Interface ListScheduleMatchingTimesRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    .google.protobuf.Timestamp end_time = 4;
    com.google.protobuf.TimestampOrBuilder
    .google.protobuf.Timestamp end_time = 4;
    The namespace of the schedule to query.
    com.google.protobuf.ByteString
    The namespace of the schedule to query.
    The id of the schedule to query.
    com.google.protobuf.ByteString
    The id of the schedule to query.
    com.google.protobuf.Timestamp
    Time range to query.
    com.google.protobuf.TimestampOrBuilder
    Time range to query.
    boolean
    .google.protobuf.Timestamp end_time = 4;
    boolean
    Time range to query.

    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 query.
       
      string namespace = 1;
      Returns:
      The namespace.
    • getNamespaceBytes

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

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

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

      boolean hasStartTime()
       Time range to query.
       
      .google.protobuf.Timestamp start_time = 3;
      Returns:
      Whether the startTime field is set.
    • getStartTime

      com.google.protobuf.Timestamp getStartTime()
       Time range to query.
       
      .google.protobuf.Timestamp start_time = 3;
      Returns:
      The startTime.
    • getStartTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
       Time range to query.
       
      .google.protobuf.Timestamp start_time = 3;
    • hasEndTime

      boolean hasEndTime()
      .google.protobuf.Timestamp end_time = 4;
      Returns:
      Whether the endTime field is set.
    • getEndTime

      com.google.protobuf.Timestamp getEndTime()
      .google.protobuf.Timestamp end_time = 4;
      Returns:
      The endTime.
    • getEndTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
      .google.protobuf.Timestamp end_time = 4;