public static final class ListInstructionsResponse.Builder extends GeneratedMessageV3.Builder<ListInstructionsResponse.Builder> implements ListInstructionsResponseOrBuilder
   
   Results of listing instructions under a project.
 Protobuf type google.cloud.datalabeling.v1beta1.ListInstructionsResponse
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
    
    
    
    
    
      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()
   
  Returns
  
  Methods
  
  
  addAllInstructions(Iterable<? extends Instruction> values)
  
    public ListInstructionsResponse.Builder addAllInstructions(Iterable<? extends Instruction> values)
   
   The list of Instructions to return.
 repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;
    
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.datalabeling.v1beta1.Instruction>
 | 
    
  
  Returns
  
  
  addInstructions(Instruction value)
  
    public ListInstructionsResponse.Builder addInstructions(Instruction value)
   
   The list of Instructions to return.
 repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;
addInstructions(Instruction.Builder builderForValue)
  
    public ListInstructionsResponse.Builder addInstructions(Instruction.Builder builderForValue)
   
   The list of Instructions to return.
 repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;
addInstructions(int index, Instruction value)
  
    public ListInstructionsResponse.Builder addInstructions(int index, Instruction value)
   
   The list of Instructions to return.
 repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;
addInstructions(int index, Instruction.Builder builderForValue)
  
    public ListInstructionsResponse.Builder addInstructions(int index, Instruction.Builder builderForValue)
   
   The list of Instructions to return.
 repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;
addInstructionsBuilder()
  
    public Instruction.Builder addInstructionsBuilder()
   
   The list of Instructions to return.
 repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;
addInstructionsBuilder(int index)
  
    public Instruction.Builder addInstructionsBuilder(int index)
   
   The list of Instructions to return.
 repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ListInstructionsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  build()
  
    public ListInstructionsResponse build()
   
  Returns
  
  
  buildPartial()
  
    public ListInstructionsResponse buildPartial()
   
  Returns
  
  
  clear()
  
    public ListInstructionsResponse.Builder clear()
   
  Returns
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public ListInstructionsResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  clearInstructions()
  
    public ListInstructionsResponse.Builder clearInstructions()
   
   The list of Instructions to return.
 repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;
clearNextPageToken()
  
    public ListInstructionsResponse.Builder clearNextPageToken()
   
   A token to retrieve next page of results.
 string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public ListInstructionsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  clone()
  
    public ListInstructionsResponse.Builder clone()
   
  Returns
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public ListInstructionsResponse getDefaultInstanceForType()
   
  Returns
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  Returns
  
  Overrides
  
  
  getInstructions(int index)
  
    public Instruction getInstructions(int index)
   
   The list of Instructions to return.
 repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  getInstructionsBuilder(int index)
  
    public Instruction.Builder getInstructionsBuilder(int index)
   
   The list of Instructions to return.
 repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  getInstructionsBuilderList()
  
    public List<Instruction.Builder> getInstructionsBuilderList()
   
   The list of Instructions to return.
 repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;
getInstructionsCount()
  
    public int getInstructionsCount()
   
   The list of Instructions to return.
 repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;
getInstructionsList()
  
    public List<Instruction> getInstructionsList()
   
   The list of Instructions to return.
 repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;
getInstructionsOrBuilder(int index)
  
    public InstructionOrBuilder getInstructionsOrBuilder(int index)
   
   The list of Instructions to return.
 repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  getInstructionsOrBuilderList()
  
    public List<? extends InstructionOrBuilder> getInstructionsOrBuilderList()
   
   The list of Instructions to return.
 repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;
    
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.datalabeling.v1beta1.InstructionOrBuilder> |  | 
    
  
  
  getNextPageToken()
  
    public String getNextPageToken()
   
   A token to retrieve next page of results.
 string next_page_token = 2;
    
      
        | Type | Description | 
      
        | String | The nextPageToken. | 
    
  
  
  getNextPageTokenBytes()
  
    public ByteString getNextPageTokenBytes()
   
   A token to retrieve next page of results.
 string next_page_token = 2;
    
      
        | Type | Description | 
      
        | ByteString | The bytes for nextPageToken. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  Returns
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  Returns
  
  Overrides
  
  
  mergeFrom(ListInstructionsResponse other)
  
    public ListInstructionsResponse.Builder mergeFrom(ListInstructionsResponse other)
   
  Parameter
  
  Returns
  
  
  
  
    public ListInstructionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Overrides
  
  Exceptions
  
  
  mergeFrom(Message other)
  
    public ListInstructionsResponse.Builder mergeFrom(Message other)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListInstructionsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  removeInstructions(int index)
  
    public ListInstructionsResponse.Builder removeInstructions(int index)
   
   The list of Instructions to return.
 repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public ListInstructionsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  setInstructions(int index, Instruction value)
  
    public ListInstructionsResponse.Builder setInstructions(int index, Instruction value)
   
   The list of Instructions to return.
 repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;
setInstructions(int index, Instruction.Builder builderForValue)
  
    public ListInstructionsResponse.Builder setInstructions(int index, Instruction.Builder builderForValue)
   
   The list of Instructions to return.
 repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;
setNextPageToken(String value)
  
    public ListInstructionsResponse.Builder setNextPageToken(String value)
   
   A token to retrieve next page of results.
 string next_page_token = 2;
    
      
        | Name | Description | 
      
        | value | String
 The nextPageToken to set. | 
    
  
  Returns
  
  
  setNextPageTokenBytes(ByteString value)
  
    public ListInstructionsResponse.Builder setNextPageTokenBytes(ByteString value)
   
   A token to retrieve next page of results.
 string next_page_token = 2;
    
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for nextPageToken to set. | 
    
  
  Returns
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public ListInstructionsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListInstructionsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  Overrides