-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
- Loading branch information
1 parent
8f9059e
commit f38b5bf
Showing
1,630 changed files
with
614,674 additions
and
535,704 deletions.
There are no files selected for viewing
File renamed without changes.
601 changes: 601 additions & 0 deletions
601
...e-cloud-container/src/main/java/com/google/cloud/container/v1/ClusterManagerSettings.java
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1,309 changes: 1,309 additions & 0 deletions
1,309
...ud-container/src/main/java/com/google/cloud/container/v1/stub/GrpcClusterManagerStub.java
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
616 changes: 616 additions & 0 deletions
616
...ud-container/src/main/java/com/google/cloud/container/v1beta1/ClusterManagerSettings.java
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1,344 changes: 1,344 additions & 0 deletions
1,344
...ntainer/src/main/java/com/google/cloud/container/v1beta1/stub/GrpcClusterManagerStub.java
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4,226 changes: 4,226 additions & 0 deletions
4,226
...c-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterManagerGrpc.java
Large diffs are not rendered by default.
Oops, something went wrong.
4,488 changes: 4,488 additions & 0 deletions
4,488
...loud-container-v1beta1/src/main/java/com/google/container/v1beta1/ClusterManagerGrpc.java
Large diffs are not rendered by default.
Oops, something went wrong.
1,508 changes: 1,508 additions & 0 deletions
1,508
...to-google-cloud-container-v1/src/main/java/com/google/container/v1/AcceleratorConfig.java
Large diffs are not rendered by default.
Oops, something went wrong.
172 changes: 172 additions & 0 deletions
172
...-cloud-container-v1/src/main/java/com/google/container/v1/AcceleratorConfigOrBuilder.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,172 @@ | ||
/* | ||
* Copyright 2024 Google LLC | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* https://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
// Generated by the protocol buffer compiler. DO NOT EDIT! | ||
// source: google/container/v1/cluster_service.proto | ||
|
||
// Protobuf Java Version: 3.25.2 | ||
package com.google.container.v1; | ||
|
||
public interface AcceleratorConfigOrBuilder | ||
extends | ||
// @@protoc_insertion_point(interface_extends:google.container.v1.AcceleratorConfig) | ||
com.google.protobuf.MessageOrBuilder { | ||
|
||
/** | ||
* | ||
* | ||
* <pre> | ||
* The number of the accelerator cards exposed to an instance. | ||
* </pre> | ||
* | ||
* <code>int64 accelerator_count = 1;</code> | ||
* | ||
* @return The acceleratorCount. | ||
*/ | ||
long getAcceleratorCount(); | ||
|
||
/** | ||
* | ||
* | ||
* <pre> | ||
* The accelerator type resource name. List of supported accelerators | ||
* [here](https://cloud.google.com/compute/docs/gpus) | ||
* </pre> | ||
* | ||
* <code>string accelerator_type = 2;</code> | ||
* | ||
* @return The acceleratorType. | ||
*/ | ||
java.lang.String getAcceleratorType(); | ||
/** | ||
* | ||
* | ||
* <pre> | ||
* The accelerator type resource name. List of supported accelerators | ||
* [here](https://cloud.google.com/compute/docs/gpus) | ||
* </pre> | ||
* | ||
* <code>string accelerator_type = 2;</code> | ||
* | ||
* @return The bytes for acceleratorType. | ||
*/ | ||
com.google.protobuf.ByteString getAcceleratorTypeBytes(); | ||
|
||
/** | ||
* | ||
* | ||
* <pre> | ||
* Size of partitions to create on the GPU. Valid values are described in the | ||
* NVIDIA [mig user | ||
* guide](https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning). | ||
* </pre> | ||
* | ||
* <code>string gpu_partition_size = 3;</code> | ||
* | ||
* @return The gpuPartitionSize. | ||
*/ | ||
java.lang.String getGpuPartitionSize(); | ||
/** | ||
* | ||
* | ||
* <pre> | ||
* Size of partitions to create on the GPU. Valid values are described in the | ||
* NVIDIA [mig user | ||
* guide](https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning). | ||
* </pre> | ||
* | ||
* <code>string gpu_partition_size = 3;</code> | ||
* | ||
* @return The bytes for gpuPartitionSize. | ||
*/ | ||
com.google.protobuf.ByteString getGpuPartitionSizeBytes(); | ||
|
||
/** | ||
* | ||
* | ||
* <pre> | ||
* The configuration for GPU sharing options. | ||
* </pre> | ||
* | ||
* <code>optional .google.container.v1.GPUSharingConfig gpu_sharing_config = 5;</code> | ||
* | ||
* @return Whether the gpuSharingConfig field is set. | ||
*/ | ||
boolean hasGpuSharingConfig(); | ||
/** | ||
* | ||
* | ||
* <pre> | ||
* The configuration for GPU sharing options. | ||
* </pre> | ||
* | ||
* <code>optional .google.container.v1.GPUSharingConfig gpu_sharing_config = 5;</code> | ||
* | ||
* @return The gpuSharingConfig. | ||
*/ | ||
com.google.container.v1.GPUSharingConfig getGpuSharingConfig(); | ||
/** | ||
* | ||
* | ||
* <pre> | ||
* The configuration for GPU sharing options. | ||
* </pre> | ||
* | ||
* <code>optional .google.container.v1.GPUSharingConfig gpu_sharing_config = 5;</code> | ||
*/ | ||
com.google.container.v1.GPUSharingConfigOrBuilder getGpuSharingConfigOrBuilder(); | ||
|
||
/** | ||
* | ||
* | ||
* <pre> | ||
* The configuration for auto installation of GPU driver. | ||
* </pre> | ||
* | ||
* <code> | ||
* optional .google.container.v1.GPUDriverInstallationConfig gpu_driver_installation_config = 6; | ||
* </code> | ||
* | ||
* @return Whether the gpuDriverInstallationConfig field is set. | ||
*/ | ||
boolean hasGpuDriverInstallationConfig(); | ||
/** | ||
* | ||
* | ||
* <pre> | ||
* The configuration for auto installation of GPU driver. | ||
* </pre> | ||
* | ||
* <code> | ||
* optional .google.container.v1.GPUDriverInstallationConfig gpu_driver_installation_config = 6; | ||
* </code> | ||
* | ||
* @return The gpuDriverInstallationConfig. | ||
*/ | ||
com.google.container.v1.GPUDriverInstallationConfig getGpuDriverInstallationConfig(); | ||
/** | ||
* | ||
* | ||
* <pre> | ||
* The configuration for auto installation of GPU driver. | ||
* </pre> | ||
* | ||
* <code> | ||
* optional .google.container.v1.GPUDriverInstallationConfig gpu_driver_installation_config = 6; | ||
* </code> | ||
*/ | ||
com.google.container.v1.GPUDriverInstallationConfigOrBuilder | ||
getGpuDriverInstallationConfigOrBuilder(); | ||
} |
Oops, something went wrong.