All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.rocketmq.shaded.com.google.type.IntervalOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.0.7
Show newest version
/*
 * Copyright 2020 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/type/interval.proto

package org.apache.rocketmq.shaded.com.google.type;

public interface IntervalOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.type.Interval)
    org.apache.rocketmq.shaded.com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Optional. Inclusive start of the interval.
   * If specified, a Timestamp matching this interval will have to be the same
   * or after the start.
   * 
* * .google.protobuf.Timestamp start_time = 1; * * @return Whether the startTime field is set. */ boolean hasStartTime(); /** * * *
   * Optional. Inclusive start of the interval.
   * If specified, a Timestamp matching this interval will have to be the same
   * or after the start.
   * 
* * .google.protobuf.Timestamp start_time = 1; * * @return The startTime. */ org.apache.rocketmq.shaded.com.google.protobuf.Timestamp getStartTime(); /** * * *
   * Optional. Inclusive start of the interval.
   * If specified, a Timestamp matching this interval will have to be the same
   * or after the start.
   * 
* * .google.protobuf.Timestamp start_time = 1; */ org.apache.rocketmq.shaded.com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder(); /** * * *
   * Optional. Exclusive end of the interval.
   * If specified, a Timestamp matching this interval will have to be before the
   * end.
   * 
* * .google.protobuf.Timestamp end_time = 2; * * @return Whether the endTime field is set. */ boolean hasEndTime(); /** * * *
   * Optional. Exclusive end of the interval.
   * If specified, a Timestamp matching this interval will have to be before the
   * end.
   * 
* * .google.protobuf.Timestamp end_time = 2; * * @return The endTime. */ org.apache.rocketmq.shaded.com.google.protobuf.Timestamp getEndTime(); /** * * *
   * Optional. Exclusive end of the interval.
   * If specified, a Timestamp matching this interval will have to be before the
   * end.
   * 
* * .google.protobuf.Timestamp end_time = 2; */ org.apache.rocketmq.shaded.com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy