Class ComputeTimeCursorResponse.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<ComputeTimeCursorResponse.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<ComputeTimeCursorResponse.Builder>
      • getDefaultInstanceForType

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

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

        public ComputeTimeCursorResponse buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public ComputeTimeCursorResponse.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                  int index,
                                                                  Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ComputeTimeCursorResponse.Builder>
      • isInitialized

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

        public ComputeTimeCursorResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ComputeTimeCursorResponse.Builder>
        Throws:
        IOException
      • hasCursor

        public boolean hasCursor()
         If present, the cursor references the first message with time greater than
         or equal to the specified target time. If such a message cannot be found,
         the cursor will be unset (i.e. `cursor` is not present).
         
        .google.cloud.pubsublite.v1.Cursor cursor = 1;
        Specified by:
        hasCursor in interface ComputeTimeCursorResponseOrBuilder
        Returns:
        Whether the cursor field is set.
      • getCursor

        public Cursor getCursor()
         If present, the cursor references the first message with time greater than
         or equal to the specified target time. If such a message cannot be found,
         the cursor will be unset (i.e. `cursor` is not present).
         
        .google.cloud.pubsublite.v1.Cursor cursor = 1;
        Specified by:
        getCursor in interface ComputeTimeCursorResponseOrBuilder
        Returns:
        The cursor.
      • setCursor

        public ComputeTimeCursorResponse.Builder setCursor​(Cursor value)
         If present, the cursor references the first message with time greater than
         or equal to the specified target time. If such a message cannot be found,
         the cursor will be unset (i.e. `cursor` is not present).
         
        .google.cloud.pubsublite.v1.Cursor cursor = 1;
      • setCursor

        public ComputeTimeCursorResponse.Builder setCursor​(Cursor.Builder builderForValue)
         If present, the cursor references the first message with time greater than
         or equal to the specified target time. If such a message cannot be found,
         the cursor will be unset (i.e. `cursor` is not present).
         
        .google.cloud.pubsublite.v1.Cursor cursor = 1;
      • mergeCursor

        public ComputeTimeCursorResponse.Builder mergeCursor​(Cursor value)
         If present, the cursor references the first message with time greater than
         or equal to the specified target time. If such a message cannot be found,
         the cursor will be unset (i.e. `cursor` is not present).
         
        .google.cloud.pubsublite.v1.Cursor cursor = 1;
      • clearCursor

        public ComputeTimeCursorResponse.Builder clearCursor()
         If present, the cursor references the first message with time greater than
         or equal to the specified target time. If such a message cannot be found,
         the cursor will be unset (i.e. `cursor` is not present).
         
        .google.cloud.pubsublite.v1.Cursor cursor = 1;
      • getCursorBuilder

        public Cursor.Builder getCursorBuilder()
         If present, the cursor references the first message with time greater than
         or equal to the specified target time. If such a message cannot be found,
         the cursor will be unset (i.e. `cursor` is not present).
         
        .google.cloud.pubsublite.v1.Cursor cursor = 1;
      • getCursorOrBuilder

        public CursorOrBuilder getCursorOrBuilder()
         If present, the cursor references the first message with time greater than
         or equal to the specified target time. If such a message cannot be found,
         the cursor will be unset (i.e. `cursor` is not present).
         
        .google.cloud.pubsublite.v1.Cursor cursor = 1;
        Specified by:
        getCursorOrBuilder in interface ComputeTimeCursorResponseOrBuilder
      • setUnknownFields

        public final ComputeTimeCursorResponse.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ComputeTimeCursorResponse.Builder>
      • mergeUnknownFields

        public final ComputeTimeCursorResponse.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ComputeTimeCursorResponse.Builder>