Package com.google.cloud.aiplatform.v1
Interface PipelineTemplateMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PipelineTemplateMetadata,PipelineTemplateMetadata.Builder
@Generated
public interface PipelineTemplateMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe version_name in artifact registry.com.google.protobuf.ByteStringThe version_name in artifact registry.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
-
getVersion
String getVersion()The version_name in artifact registry. Will always be presented in output if the [PipelineJob.template_uri][google.cloud.aiplatform.v1.PipelineJob.template_uri] is from supported template registry. Format is "sha256:abcdef123456...".
string version = 3;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()The version_name in artifact registry. Will always be presented in output if the [PipelineJob.template_uri][google.cloud.aiplatform.v1.PipelineJob.template_uri] is from supported template registry. Format is "sha256:abcdef123456...".
string version = 3;- Returns:
- The bytes for version.
-