Class StartManualTransferRunsRequest.TimeRange.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<StartManualTransferRunsRequest.TimeRange.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<StartManualTransferRunsRequest.TimeRange.Builder>
      • getDefaultInstanceForType

        public StartManualTransferRunsRequest.TimeRange getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public StartManualTransferRunsRequest.TimeRange build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public StartManualTransferRunsRequest.TimeRange buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<StartManualTransferRunsRequest.TimeRange.Builder>
      • hasStartTime

        public 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;
        Specified by:
        hasStartTime in interface StartManualTransferRunsRequest.TimeRangeOrBuilder
        Returns:
        Whether the startTime field is set.
      • getStartTime

        public 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;
        Specified by:
        getStartTime in interface StartManualTransferRunsRequest.TimeRangeOrBuilder
        Returns:
        The startTime.
      • setStartTime

        public StartManualTransferRunsRequest.TimeRange.Builder setStartTime​(com.google.protobuf.Timestamp value)
         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;
      • setStartTime

        public StartManualTransferRunsRequest.TimeRange.Builder setStartTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         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;
      • mergeStartTime

        public StartManualTransferRunsRequest.TimeRange.Builder mergeStartTime​(com.google.protobuf.Timestamp value)
         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;
      • clearStartTime

        public StartManualTransferRunsRequest.TimeRange.Builder clearStartTime()
         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;
      • getStartTimeBuilder

        public com.google.protobuf.Timestamp.Builder getStartTimeBuilder()
         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;
      • getStartTimeOrBuilder

        public 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;
        Specified by:
        getStartTimeOrBuilder in interface StartManualTransferRunsRequest.TimeRangeOrBuilder
      • hasEndTime

        public 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;
        Specified by:
        hasEndTime in interface StartManualTransferRunsRequest.TimeRangeOrBuilder
        Returns:
        Whether the endTime field is set.
      • getEndTime

        public 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;
        Specified by:
        getEndTime in interface StartManualTransferRunsRequest.TimeRangeOrBuilder
        Returns:
        The endTime.
      • setEndTime

        public StartManualTransferRunsRequest.TimeRange.Builder setEndTime​(com.google.protobuf.Timestamp value)
         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;
      • setEndTime

        public StartManualTransferRunsRequest.TimeRange.Builder setEndTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         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;
      • mergeEndTime

        public StartManualTransferRunsRequest.TimeRange.Builder mergeEndTime​(com.google.protobuf.Timestamp value)
         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;
      • clearEndTime

        public StartManualTransferRunsRequest.TimeRange.Builder clearEndTime()
         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;
      • getEndTimeBuilder

        public com.google.protobuf.Timestamp.Builder getEndTimeBuilder()
         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;
      • getEndTimeOrBuilder

        public 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;
        Specified by:
        getEndTimeOrBuilder in interface StartManualTransferRunsRequest.TimeRangeOrBuilder