Interface CreateWorkerDeploymentRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The name of the Worker Deployment to create.
    com.google.protobuf.ByteString
    The name of the Worker Deployment to create.
    Optional.
    com.google.protobuf.ByteString
    Optional.
    string namespace = 1;
    com.google.protobuf.ByteString
    string namespace = 1;
    A unique identifier for this create request for idempotence.
    com.google.protobuf.ByteString
    A unique identifier for this create request for idempotence.

    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

    • getNamespace

      String getNamespace()
      string namespace = 1;
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 1;
      Returns:
      The bytes for namespace.
    • getDeploymentName

      String getDeploymentName()
       The name of the Worker Deployment to create. If a Worker Deployment with
       this name already exists, an error will be returned.
       
      string deployment_name = 2;
      Returns:
      The deploymentName.
    • getDeploymentNameBytes

      com.google.protobuf.ByteString getDeploymentNameBytes()
       The name of the Worker Deployment to create. If a Worker Deployment with
       this name already exists, an error will be returned.
       
      string deployment_name = 2;
      Returns:
      The bytes for deploymentName.
    • getIdentity

      String getIdentity()
       Optional. The identity of the client who initiated this request.
       
      string identity = 4;
      Returns:
      The identity.
    • getIdentityBytes

      com.google.protobuf.ByteString getIdentityBytes()
       Optional. The identity of the client who initiated this request.
       
      string identity = 4;
      Returns:
      The bytes for identity.
    • getRequestId

      String getRequestId()
       A unique identifier for this create request for idempotence. Typically UUIDv4.
       
      string request_id = 5;
      Returns:
      The requestId.
    • getRequestIdBytes

      com.google.protobuf.ByteString getRequestIdBytes()
       A unique identifier for this create request for idempotence. Typically UUIDv4.
       
      string request_id = 5;
      Returns:
      The bytes for requestId.