Package com.google.cloud.aiplatform.v1
Interface PublisherModel.CallToAction.DeployGkeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PublisherModel.CallToAction.DeployGke,PublisherModel.CallToAction.DeployGke.Builder
- Enclosing class:
- PublisherModel.CallToAction
public static interface PublisherModel.CallToAction.DeployGkeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetGkeYamlConfigs(int index) Optional.com.google.protobuf.ByteStringgetGkeYamlConfigsBytes(int index) Optional.intOptional.Optional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getGkeYamlConfigsList
Optional. GKE deployment configuration in yaml format.
repeated string gke_yaml_configs = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- A list containing the gkeYamlConfigs.
-
getGkeYamlConfigsCount
int getGkeYamlConfigsCount()Optional. GKE deployment configuration in yaml format.
repeated string gke_yaml_configs = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The count of gkeYamlConfigs.
-
getGkeYamlConfigs
Optional. GKE deployment configuration in yaml format.
repeated string gke_yaml_configs = 1 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
index- The index of the element to return.- Returns:
- The gkeYamlConfigs at the given index.
-
getGkeYamlConfigsBytes
com.google.protobuf.ByteString getGkeYamlConfigsBytes(int index) Optional. GKE deployment configuration in yaml format.
repeated string gke_yaml_configs = 1 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the gkeYamlConfigs at the given index.
-