Interface PublisherModel.CallToAction.DeployVertexOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PublisherModel.CallToAction.DeployVertex,PublisherModel.CallToAction.DeployVertex.Builder
- Enclosing class:
- PublisherModel.CallToAction
public static interface PublisherModel.CallToAction.DeployVertexOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMultiDeployVertex(int index) Optional.intOptional.Optional.getMultiDeployVertexOrBuilder(int index) Optional.List<? extends PublisherModel.CallToAction.DeployOrBuilder>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
-
getMultiDeployVertexList
List<PublisherModel.CallToAction.Deploy> getMultiDeployVertexList()Optional. One click deployment configurations.
repeated .google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.Deploy multi_deploy_vertex = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getMultiDeployVertex
Optional. One click deployment configurations.
repeated .google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.Deploy multi_deploy_vertex = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getMultiDeployVertexCount
int getMultiDeployVertexCount()Optional. One click deployment configurations.
repeated .google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.Deploy multi_deploy_vertex = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getMultiDeployVertexOrBuilderList
List<? extends PublisherModel.CallToAction.DeployOrBuilder> getMultiDeployVertexOrBuilderList()Optional. One click deployment configurations.
repeated .google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.Deploy multi_deploy_vertex = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getMultiDeployVertexOrBuilder
Optional. One click deployment configurations.
repeated .google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.Deploy multi_deploy_vertex = 1 [(.google.api.field_behavior) = OPTIONAL];
-