Interface DeleteScheduleRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getIdentity()
      The identity of the client who initiated this request.
      com.google.protobuf.ByteString getIdentityBytes()
      The identity of the client who initiated this request.
      java.lang.String getNamespace()
      The namespace of the schedule to delete.
      com.google.protobuf.ByteString getNamespaceBytes()
      The namespace of the schedule to delete.
      java.lang.String getScheduleId()
      The id of the schedule to delete.
      com.google.protobuf.ByteString getScheduleIdBytes()
      The id of the schedule to delete.
      • 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()
         The namespace of the schedule to delete.
         
        string namespace = 1;
        Returns:
        The namespace.
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
         The namespace of the schedule to delete.
         
        string namespace = 1;
        Returns:
        The bytes for namespace.
      • getScheduleId

        java.lang.String getScheduleId()
         The id of the schedule to delete.
         
        string schedule_id = 2;
        Returns:
        The scheduleId.
      • getScheduleIdBytes

        com.google.protobuf.ByteString getScheduleIdBytes()
         The id of the schedule to delete.
         
        string schedule_id = 2;
        Returns:
        The bytes for scheduleId.
      • getIdentity

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

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