Interface WorkerDeploymentVersionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WorkerDeploymentVersion, WorkerDeploymentVersion.Builder

@Generated(value="protoc", comments="annotations:WorkerDeploymentVersionOrBuilder.java.pb.meta") public interface WorkerDeploymentVersionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    A unique identifier for this Version within the Deployment it is a part of.
    com.google.protobuf.ByteString
    A unique identifier for this Version within the Deployment it is a part of.
    Identifies the Worker Deployment this Version is part of.
    com.google.protobuf.ByteString
    Identifies the Worker Deployment this Version is part of.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getBuildId

      String getBuildId()
       A unique identifier for this Version within the Deployment it is a part of.
       Not necessarily unique within the namespace.
       The combination of `deployment_name` and `build_id` uniquely identifies this
       Version within the namespace, because Deployment names are unique within a namespace.
       
      string build_id = 1;
      Returns:
      The buildId.
    • getBuildIdBytes

      com.google.protobuf.ByteString getBuildIdBytes()
       A unique identifier for this Version within the Deployment it is a part of.
       Not necessarily unique within the namespace.
       The combination of `deployment_name` and `build_id` uniquely identifies this
       Version within the namespace, because Deployment names are unique within a namespace.
       
      string build_id = 1;
      Returns:
      The bytes for buildId.
    • getDeploymentName

      String getDeploymentName()
       Identifies the Worker Deployment this Version is part of.
       
      string deployment_name = 2;
      Returns:
      The deploymentName.
    • getDeploymentNameBytes

      com.google.protobuf.ByteString getDeploymentNameBytes()
       Identifies the Worker Deployment this Version is part of.
       
      string deployment_name = 2;
      Returns:
      The bytes for deploymentName.