Interface ShutdownWorkerRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getIdentity()
      string identity = 3;
      com.google.protobuf.ByteString getIdentityBytes()
      string identity = 3;
      java.lang.String getNamespace()
      string namespace = 1;
      com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 1;
      java.lang.String getReason()
      string reason = 4;
      com.google.protobuf.ByteString getReasonBytes()
      string reason = 4;
      java.lang.String getStickyTaskQueue()
      string sticky_task_queue = 2;
      com.google.protobuf.ByteString getStickyTaskQueueBytes()
      string sticky_task_queue = 2;
      • 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 Detail

      • getNamespace

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

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

        java.lang.String getStickyTaskQueue()
        string sticky_task_queue = 2;
        Returns:
        The stickyTaskQueue.
      • getStickyTaskQueueBytes

        com.google.protobuf.ByteString getStickyTaskQueueBytes()
        string sticky_task_queue = 2;
        Returns:
        The bytes for stickyTaskQueue.
      • getIdentity

        java.lang.String getIdentity()
        string identity = 3;
        Returns:
        The identity.
      • getIdentityBytes

        com.google.protobuf.ByteString getIdentityBytes()
        string identity = 3;
        Returns:
        The bytes for identity.
      • getReason

        java.lang.String getReason()
        string reason = 4;
        Returns:
        The reason.
      • getReasonBytes

        com.google.protobuf.ByteString getReasonBytes()
        string reason = 4;
        Returns:
        The bytes for reason.