Class MessagePublishResponse.CursorRange.Builder (1.14.8) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 1.14.8keyboard_arrow_down  
  
 
    
    
     
    
    
    
    
    
      
  
  
  
    
public   static   final   class  MessagePublishResponse . CursorRange . Builder   extends   GeneratedMessageV3 . Builder<MessagePublishResponse . CursorRange . Builder >  implements   MessagePublishResponse . CursorRangeOrBuilder  
   
   Cursors for a subrange of published messages.
 Protobuf type google.cloud.pubsublite.v1.MessagePublishResponse.CursorRange
 
  
  
  
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder() 
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int) 
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int) 
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString) 
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int) 
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int) 
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder) 
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
   
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  
  Methods
   
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   MessagePublishResponse . CursorRange . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  
  
  Overrides 
  
   
  build() 
  
    
public   MessagePublishResponse . CursorRange   build ()  
   
  
   
  buildPartial() 
  
    
public   MessagePublishResponse . CursorRange   buildPartial ()  
   
  
   
  clear() 
  
    
public   MessagePublishResponse . CursorRange . Builder   clear ()  
   
  
  Overrides 
  
   
  clearEndIndex() 
  
    
public   MessagePublishResponse . CursorRange . Builder   clearEndIndex ()  
   
   Index of the last message in this range. Exclusive.
 int32 end_index = 3;
 
  
   
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   MessagePublishResponse . CursorRange . Builder   clearField ( Descriptors . FieldDescriptor   field )  
   
  
  
  Overrides 
  
   
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   MessagePublishResponse . CursorRange . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
   
  
  
  Overrides 
  
   
  clearStartCursor() 
  
    
public   MessagePublishResponse . CursorRange . Builder   clearStartCursor ()  
   
   The cursor of the message at the start index. The cursors for remaining
 messages up to the end index (exclusive) are sequential.
 .google.cloud.pubsublite.v1.Cursor start_cursor = 1;
 
  
   
  clearStartIndex() 
  
    
public   MessagePublishResponse . CursorRange . Builder   clearStartIndex ()  
   
   Index of the message in the published batch that corresponds to the
 start cursor. Inclusive.
 int32 start_index = 2;
 
  
   
  clone() 
  
    
public   MessagePublishResponse . CursorRange . Builder   clone ()  
   
  
  Overrides 
  
   
  getDefaultInstanceForType() 
  
    
public   MessagePublishResponse . CursorRange   getDefaultInstanceForType ()  
   
  
   
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
   
  
  Overrides 
  
   
  getEndIndex() 
  
   Index of the last message in this range. Exclusive.
 int32 end_index = 3;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
        The endIndex.
 
       
     
  
   
  getStartCursor() 
  
    
public   Cursor   getStartCursor ()  
   
   The cursor of the message at the start index. The cursors for remaining
 messages up to the end index (exclusive) are sequential.
 .google.cloud.pubsublite.v1.Cursor start_cursor = 1;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        Cursor  
        The startCursor.
 
       
     
  
   
  getStartCursorBuilder() 
  
    
public   Cursor . Builder   getStartCursorBuilder ()  
   
   The cursor of the message at the start index. The cursors for remaining
 messages up to the end index (exclusive) are sequential.
 .google.cloud.pubsublite.v1.Cursor start_cursor = 1;
 
  
   
  getStartCursorOrBuilder() 
  
    
public   CursorOrBuilder   getStartCursorOrBuilder ()  
   
   The cursor of the message at the start index. The cursors for remaining
 messages up to the end index (exclusive) are sequential.
 .google.cloud.pubsublite.v1.Cursor start_cursor = 1;
 
  
   
  getStartIndex() 
  
    
public   int   getStartIndex ()  
   
   Index of the message in the published batch that corresponds to the
 start cursor. Inclusive.
 int32 start_index = 2;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
        The startIndex.
 
       
     
  
   
  hasStartCursor() 
  
    
public   boolean   hasStartCursor ()  
   
   The cursor of the message at the start index. The cursors for remaining
 messages up to the end index (exclusive) are sequential.
 .google.cloud.pubsublite.v1.Cursor start_cursor = 1;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        boolean  
        Whether the startCursor field is set.
 
       
     
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  
  Overrides 
  
   
  mergeFrom(MessagePublishResponse.CursorRange other) 
  
    
public   MessagePublishResponse . CursorRange . Builder   mergeFrom ( MessagePublishResponse . CursorRange   other )  
   
  
  
   
  
  
    
public   MessagePublishResponse . CursorRange . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  Overrides 
  
  
   
  mergeFrom(Message other) 
  
    
public   MessagePublishResponse . CursorRange . Builder   mergeFrom ( Message   other )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        other 
        Message  
       
     
  
  
  Overrides 
  
   
  mergeStartCursor(Cursor value) 
  
    
public   MessagePublishResponse . CursorRange . Builder   mergeStartCursor ( Cursor   value )  
   
   The cursor of the message at the start index. The cursors for remaining
 messages up to the end index (exclusive) are sequential.
 .google.cloud.pubsublite.v1.Cursor start_cursor = 1;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        Cursor  
       
     
  
  
   
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   MessagePublishResponse . CursorRange . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
   
  
  
  Overrides 
  
   
  setEndIndex(int value) 
  
    
public   MessagePublishResponse . CursorRange . Builder   setEndIndex ( int   value )  
   
   Index of the last message in this range. Exclusive.
 int32 end_index = 3;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        int The endIndex to set.
 
       
     
  
  
   
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   MessagePublishResponse . CursorRange . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  
  
  Overrides 
  
   
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   MessagePublishResponse . CursorRange . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
   
  
  
  Overrides 
  
   
  setStartCursor(Cursor value) 
  
    
public   MessagePublishResponse . CursorRange . Builder   setStartCursor ( Cursor   value )  
   
   The cursor of the message at the start index. The cursors for remaining
 messages up to the end index (exclusive) are sequential.
 .google.cloud.pubsublite.v1.Cursor start_cursor = 1;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        Cursor  
       
     
  
  
   
  setStartCursor(Cursor.Builder builderForValue) 
  
    
public   MessagePublishResponse . CursorRange . Builder   setStartCursor ( Cursor . Builder   builderForValue )  
   
   The cursor of the message at the start index. The cursors for remaining
 messages up to the end index (exclusive) are sequential.
 .google.cloud.pubsublite.v1.Cursor start_cursor = 1;
 
  
  
   
  setStartIndex(int value) 
  
    
public   MessagePublishResponse . CursorRange . Builder   setStartIndex ( int   value )  
   
   Index of the message in the published batch that corresponds to the
 start cursor. Inclusive.
 int32 start_index = 2;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        int The startIndex to set.
 
       
     
  
  
   
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   MessagePublishResponse . CursorRange . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
   
  
  
  Overrides 
  
 
     
    
  
  
  
     
  
 
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-30 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]