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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getEndTime()
      .google.protobuf.Timestamp end_time = 4 [(.gogoproto.stdtime) = true];
      com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
      .google.protobuf.Timestamp end_time = 4 [(.gogoproto.stdtime) = true];
      java.lang.String getNamespace()
      The namespace of the schedule to query.
      com.google.protobuf.ByteString getNamespaceBytes()
      The namespace of the schedule to query.
      java.lang.String getScheduleId()
      The id of the schedule to query.
      com.google.protobuf.ByteString getScheduleIdBytes()
      The id of the schedule to query.
      com.google.protobuf.Timestamp getStartTime()
      Time range to query.
      com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
      Time range to query.
      boolean hasEndTime()
      .google.protobuf.Timestamp end_time = 4 [(.gogoproto.stdtime) = true];
      boolean hasStartTime()
      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 Detail

      • getNamespace

        java.lang.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

        java.lang.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 [(.gogoproto.stdtime) = true];
        Returns:
        Whether the startTime field is set.
      • getStartTime

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

        com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
         Time range to query.
         
        .google.protobuf.Timestamp start_time = 3 [(.gogoproto.stdtime) = true];
      • hasEndTime

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

        com.google.protobuf.Timestamp getEndTime()
        .google.protobuf.Timestamp end_time = 4 [(.gogoproto.stdtime) = true];
        Returns:
        The endTime.
      • getEndTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
        .google.protobuf.Timestamp end_time = 4 [(.gogoproto.stdtime) = true];