public static final class ListApiDeploymentRevisionsResponse.Builder extends GeneratedMessageV3.Builder<ListApiDeploymentRevisionsResponse.Builder> implements ListApiDeploymentRevisionsResponseOrBuilder
   
   Response message for ListApiDeploymentRevisionsResponse.
 Protobuf type google.cloud.apigeeregistry.v1.ListApiDeploymentRevisionsResponse
    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
  
  
  addAllApiDeployments(Iterable<? extends ApiDeployment> values)
  
    public ListApiDeploymentRevisionsResponse.Builder addAllApiDeployments(Iterable<? extends ApiDeployment> values)
   
   The revisions of the deployment.
 repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.apigeeregistry.v1.ApiDeployment>
 | 
    
  
  
  
  addApiDeployments(ApiDeployment value)
  
    public ListApiDeploymentRevisionsResponse.Builder addApiDeployments(ApiDeployment value)
   
   The revisions of the deployment.
 repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
addApiDeployments(ApiDeployment.Builder builderForValue)
  
    public ListApiDeploymentRevisionsResponse.Builder addApiDeployments(ApiDeployment.Builder builderForValue)
   
   The revisions of the deployment.
 repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
addApiDeployments(int index, ApiDeployment value)
  
    public ListApiDeploymentRevisionsResponse.Builder addApiDeployments(int index, ApiDeployment value)
   
   The revisions of the deployment.
 repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
addApiDeployments(int index, ApiDeployment.Builder builderForValue)
  
    public ListApiDeploymentRevisionsResponse.Builder addApiDeployments(int index, ApiDeployment.Builder builderForValue)
   
   The revisions of the deployment.
 repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
addApiDeploymentsBuilder()
  
    public ApiDeployment.Builder addApiDeploymentsBuilder()
   
   The revisions of the deployment.
 repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
addApiDeploymentsBuilder(int index)
  
    public ApiDeployment.Builder addApiDeploymentsBuilder(int index)
   
   The revisions of the deployment.
 repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ListApiDeploymentRevisionsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public ListApiDeploymentRevisionsResponse build()
   
  
  
  buildPartial()
  
    public ListApiDeploymentRevisionsResponse buildPartial()
   
  
  
  clear()
  
    public ListApiDeploymentRevisionsResponse.Builder clear()
   
  
  Overrides
  
  
  clearApiDeployments()
  
    public ListApiDeploymentRevisionsResponse.Builder clearApiDeployments()
   
   The revisions of the deployment.
 repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
clearField(Descriptors.FieldDescriptor field)
  
    public ListApiDeploymentRevisionsResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearNextPageToken()
  
    public ListApiDeploymentRevisionsResponse.Builder clearNextPageToken()
   
   A token that can be sent as page_token to retrieve the next page.
 If this field is omitted, there are no subsequent pages.
 string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public ListApiDeploymentRevisionsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clone()
  
    public ListApiDeploymentRevisionsResponse.Builder clone()
   
  
  Overrides
  
  
  getApiDeployments(int index)
  
    public ApiDeployment getApiDeployments(int index)
   
   The revisions of the deployment.
 repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getApiDeploymentsBuilder(int index)
  
    public ApiDeployment.Builder getApiDeploymentsBuilder(int index)
   
   The revisions of the deployment.
 repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getApiDeploymentsBuilderList()
  
    public List<ApiDeployment.Builder> getApiDeploymentsBuilderList()
   
   The revisions of the deployment.
 repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
getApiDeploymentsCount()
  
    public int getApiDeploymentsCount()
   
   The revisions of the deployment.
 repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getApiDeploymentsList()
  
    public List<ApiDeployment> getApiDeploymentsList()
   
   The revisions of the deployment.
 repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
getApiDeploymentsOrBuilder(int index)
  
    public ApiDeploymentOrBuilder getApiDeploymentsOrBuilder(int index)
   
   The revisions of the deployment.
 repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getApiDeploymentsOrBuilderList()
  
    public List<? extends ApiDeploymentOrBuilder> getApiDeploymentsOrBuilderList()
   
   The revisions of the deployment.
 repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.apigeeregistry.v1.ApiDeploymentOrBuilder> |  | 
    
  
  
  getDefaultInstanceForType()
  
    public ListApiDeploymentRevisionsResponse getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getNextPageToken()
  
    public String getNextPageToken()
   
   A token that can be sent as page_token to retrieve the next page.
 If this field is omitted, there are no subsequent pages.
 string next_page_token = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The nextPageToken. | 
    
  
  
  getNextPageTokenBytes()
  
    public ByteString getNextPageTokenBytes()
   
   A token that can be sent as page_token to retrieve the next page.
 If this field is omitted, there are no subsequent pages.
 string next_page_token = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for nextPageToken. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(ListApiDeploymentRevisionsResponse other)
  
    public ListApiDeploymentRevisionsResponse.Builder mergeFrom(ListApiDeploymentRevisionsResponse other)
   
  
  
  
  
  
    public ListApiDeploymentRevisionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public ListApiDeploymentRevisionsResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListApiDeploymentRevisionsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  removeApiDeployments(int index)
  
    public ListApiDeploymentRevisionsResponse.Builder removeApiDeployments(int index)
   
   The revisions of the deployment.
 repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  setApiDeployments(int index, ApiDeployment value)
  
    public ListApiDeploymentRevisionsResponse.Builder setApiDeployments(int index, ApiDeployment value)
   
   The revisions of the deployment.
 repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
setApiDeployments(int index, ApiDeployment.Builder builderForValue)
  
    public ListApiDeploymentRevisionsResponse.Builder setApiDeployments(int index, ApiDeployment.Builder builderForValue)
   
   The revisions of the deployment.
 repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
setField(Descriptors.FieldDescriptor field, Object value)
  
    public ListApiDeploymentRevisionsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setNextPageToken(String value)
  
    public ListApiDeploymentRevisionsResponse.Builder setNextPageToken(String value)
   
   A token that can be sent as page_token to retrieve the next page.
 If this field is omitted, there are no subsequent pages.
 string next_page_token = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The nextPageToken to set. | 
    
  
  
  
  setNextPageTokenBytes(ByteString value)
  
    public ListApiDeploymentRevisionsResponse.Builder setNextPageTokenBytes(ByteString value)
   
   A token that can be sent as page_token to retrieve the next page.
 If this field is omitted, there are no subsequent pages.
 string next_page_token = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for nextPageToken to set. | 
    
  
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public ListApiDeploymentRevisionsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListApiDeploymentRevisionsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides