-
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
b713ebc
commit 3b859b2
Showing
1,195 changed files
with
507,905 additions
and
447,027 deletions.
There are no files selected for viewing
File renamed without changes.
585 changes: 585 additions & 0 deletions
585
...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,267 changes: 1,267 additions & 0 deletions
1,267
...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.
599 changes: 599 additions & 0 deletions
599
...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,301 changes: 1,301 additions & 0 deletions
1,301
...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.
4,086 changes: 4,086 additions & 0 deletions
4,086
...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,345 changes: 4,345 additions & 0 deletions
4,345
...loud-container-v1beta1/src/main/java/com/google/container/v1beta1/ClusterManagerGrpc.java
Large diffs are not rendered by default.
Oops, something went wrong.
1,194 changes: 1,194 additions & 0 deletions
1,194
...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.
129 changes: 129 additions & 0 deletions
129
...-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,129 @@ | ||
/* | ||
* Copyright 2020 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 | ||
|
||
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(); | ||
} |
Oops, something went wrong.