Interface PatchScheduleRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The identity of the client who initiated this request.
    com.google.protobuf.ByteString
    The identity of the client who initiated this request.
    The namespace of the schedule to patch.
    com.google.protobuf.ByteString
    The namespace of the schedule to patch.
    .temporal.api.schedule.v1.SchedulePatch patch = 3;
    .temporal.api.schedule.v1.SchedulePatch patch = 3;
    A unique identifier for this update request for idempotence.
    com.google.protobuf.ByteString
    A unique identifier for this update request for idempotence.
    The id of the schedule to patch.
    com.google.protobuf.ByteString
    The id of the schedule to patch.
    boolean
    .temporal.api.schedule.v1.SchedulePatch patch = 3;

    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()
       The namespace of the schedule to patch.
       
      string namespace = 1;
      Returns:
      The namespace.
    • getNamespaceBytes

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

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

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

      boolean hasPatch()
      .temporal.api.schedule.v1.SchedulePatch patch = 3;
      Returns:
      Whether the patch field is set.
    • getPatch

      SchedulePatch getPatch()
      .temporal.api.schedule.v1.SchedulePatch patch = 3;
      Returns:
      The patch.
    • getPatchOrBuilder

      SchedulePatchOrBuilder getPatchOrBuilder()
      .temporal.api.schedule.v1.SchedulePatch patch = 3;
    • getIdentity

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

      com.google.protobuf.ByteString getIdentityBytes()
       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 update request for idempotence. Typically UUIDv4.
       
      string request_id = 5;
      Returns:
      The requestId.
    • getRequestIdBytes

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