Interface StartManualTransferRunsRequest.TimeRangeOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getEndTime()
      End time of the range of transfer runs.
      com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
      End time of the range of transfer runs.
      com.google.protobuf.Timestamp getStartTime()
      Start time of the range of transfer runs.
      com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
      Start time of the range of transfer runs.
      boolean hasEndTime()
      End time of the range of transfer runs.
      boolean hasStartTime()
      Start time of the range of transfer runs.
      • 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

      • hasStartTime

        boolean hasStartTime()
         Start time of the range of transfer runs. For example,
         `"2017-05-25T00:00:00+00:00"`. The start_time must be strictly less than
         the end_time. Creates transfer runs where run_time is in the range
         between start_time (inclusive) and end_time (exclusive).
         
        .google.protobuf.Timestamp start_time = 1;
        Returns:
        Whether the startTime field is set.
      • getStartTime

        com.google.protobuf.Timestamp getStartTime()
         Start time of the range of transfer runs. For example,
         `"2017-05-25T00:00:00+00:00"`. The start_time must be strictly less than
         the end_time. Creates transfer runs where run_time is in the range
         between start_time (inclusive) and end_time (exclusive).
         
        .google.protobuf.Timestamp start_time = 1;
        Returns:
        The startTime.
      • getStartTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
         Start time of the range of transfer runs. For example,
         `"2017-05-25T00:00:00+00:00"`. The start_time must be strictly less than
         the end_time. Creates transfer runs where run_time is in the range
         between start_time (inclusive) and end_time (exclusive).
         
        .google.protobuf.Timestamp start_time = 1;
      • hasEndTime

        boolean hasEndTime()
         End time of the range of transfer runs. For example,
         `"2017-05-30T00:00:00+00:00"`. The end_time must not be in the future.
         Creates transfer runs where run_time is in the range between start_time
         (inclusive) and end_time (exclusive).
         
        .google.protobuf.Timestamp end_time = 2;
        Returns:
        Whether the endTime field is set.
      • getEndTime

        com.google.protobuf.Timestamp getEndTime()
         End time of the range of transfer runs. For example,
         `"2017-05-30T00:00:00+00:00"`. The end_time must not be in the future.
         Creates transfer runs where run_time is in the range between start_time
         (inclusive) and end_time (exclusive).
         
        .google.protobuf.Timestamp end_time = 2;
        Returns:
        The endTime.
      • getEndTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
         End time of the range of transfer runs. For example,
         `"2017-05-30T00:00:00+00:00"`. The end_time must not be in the future.
         Creates transfer runs where run_time is in the range between start_time
         (inclusive) and end_time (exclusive).
         
        .google.protobuf.Timestamp end_time = 2;