public static final class ListExternalApisResponse.Builder extends GeneratedMessageV3.Builder<ListExternalApisResponse.Builder> implements ListExternalApisResponseOrBuilder
   
   The ListExternalApis
 method's response.
 Protobuf type google.cloud.apihub.v1.ListExternalApisResponse
    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
  
  
  addAllExternalApis(Iterable<? extends ExternalApi> values)
  
    public ListExternalApisResponse.Builder addAllExternalApis(Iterable<? extends ExternalApi> values)
   
   The External API resources present in the API hub.
 Only following fields will be populated in the response: name,
 display_name, documentation.external_uri.
 repeated .google.cloud.apihub.v1.ExternalApi external_apis = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.apihub.v1.ExternalApi>
 | 
    
  
  
  
  addExternalApis(ExternalApi value)
  
    public ListExternalApisResponse.Builder addExternalApis(ExternalApi value)
   
   The External API resources present in the API hub.
 Only following fields will be populated in the response: name,
 display_name, documentation.external_uri.
 repeated .google.cloud.apihub.v1.ExternalApi external_apis = 1;
addExternalApis(ExternalApi.Builder builderForValue)
  
    public ListExternalApisResponse.Builder addExternalApis(ExternalApi.Builder builderForValue)
   
   The External API resources present in the API hub.
 Only following fields will be populated in the response: name,
 display_name, documentation.external_uri.
 repeated .google.cloud.apihub.v1.ExternalApi external_apis = 1;
addExternalApis(int index, ExternalApi value)
  
    public ListExternalApisResponse.Builder addExternalApis(int index, ExternalApi value)
   
   The External API resources present in the API hub.
 Only following fields will be populated in the response: name,
 display_name, documentation.external_uri.
 repeated .google.cloud.apihub.v1.ExternalApi external_apis = 1;
addExternalApis(int index, ExternalApi.Builder builderForValue)
  
    public ListExternalApisResponse.Builder addExternalApis(int index, ExternalApi.Builder builderForValue)
   
   The External API resources present in the API hub.
 Only following fields will be populated in the response: name,
 display_name, documentation.external_uri.
 repeated .google.cloud.apihub.v1.ExternalApi external_apis = 1;
addExternalApisBuilder()
  
    public ExternalApi.Builder addExternalApisBuilder()
   
   The External API resources present in the API hub.
 Only following fields will be populated in the response: name,
 display_name, documentation.external_uri.
 repeated .google.cloud.apihub.v1.ExternalApi external_apis = 1;
addExternalApisBuilder(int index)
  
    public ExternalApi.Builder addExternalApisBuilder(int index)
   
   The External API resources present in the API hub.
 Only following fields will be populated in the response: name,
 display_name, documentation.external_uri.
 repeated .google.cloud.apihub.v1.ExternalApi external_apis = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ListExternalApisResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public ListExternalApisResponse build()
   
  
  
  buildPartial()
  
    public ListExternalApisResponse buildPartial()
   
  
  
  clear()
  
    public ListExternalApisResponse.Builder clear()
   
  
  Overrides
  
  
  clearExternalApis()
  
    public ListExternalApisResponse.Builder clearExternalApis()
   
   The External API resources present in the API hub.
 Only following fields will be populated in the response: name,
 display_name, documentation.external_uri.
 repeated .google.cloud.apihub.v1.ExternalApi external_apis = 1;
clearField(Descriptors.FieldDescriptor field)
  
    public ListExternalApisResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearNextPageToken()
  
    public ListExternalApisResponse.Builder clearNextPageToken()
   
   A token, which 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 ListExternalApisResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clone()
  
    public ListExternalApisResponse.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public ListExternalApisResponse getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getExternalApis(int index)
  
    public ExternalApi getExternalApis(int index)
   
   The External API resources present in the API hub.
 Only following fields will be populated in the response: name,
 display_name, documentation.external_uri.
 repeated .google.cloud.apihub.v1.ExternalApi external_apis = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getExternalApisBuilder(int index)
  
    public ExternalApi.Builder getExternalApisBuilder(int index)
   
   The External API resources present in the API hub.
 Only following fields will be populated in the response: name,
 display_name, documentation.external_uri.
 repeated .google.cloud.apihub.v1.ExternalApi external_apis = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getExternalApisBuilderList()
  
    public List<ExternalApi.Builder> getExternalApisBuilderList()
   
   The External API resources present in the API hub.
 Only following fields will be populated in the response: name,
 display_name, documentation.external_uri.
 repeated .google.cloud.apihub.v1.ExternalApi external_apis = 1;
getExternalApisCount()
  
    public int getExternalApisCount()
   
   The External API resources present in the API hub.
 Only following fields will be populated in the response: name,
 display_name, documentation.external_uri.
 repeated .google.cloud.apihub.v1.ExternalApi external_apis = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getExternalApisList()
  
    public List<ExternalApi> getExternalApisList()
   
   The External API resources present in the API hub.
 Only following fields will be populated in the response: name,
 display_name, documentation.external_uri.
 repeated .google.cloud.apihub.v1.ExternalApi external_apis = 1;
getExternalApisOrBuilder(int index)
  
    public ExternalApiOrBuilder getExternalApisOrBuilder(int index)
   
   The External API resources present in the API hub.
 Only following fields will be populated in the response: name,
 display_name, documentation.external_uri.
 repeated .google.cloud.apihub.v1.ExternalApi external_apis = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getExternalApisOrBuilderList()
  
    public List<? extends ExternalApiOrBuilder> getExternalApisOrBuilderList()
   
   The External API resources present in the API hub.
 Only following fields will be populated in the response: name,
 display_name, documentation.external_uri.
 repeated .google.cloud.apihub.v1.ExternalApi external_apis = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.apihub.v1.ExternalApiOrBuilder> |  | 
    
  
  
  getNextPageToken()
  
    public String getNextPageToken()
   
   A token, which 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, which 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(ListExternalApisResponse other)
  
    public ListExternalApisResponse.Builder mergeFrom(ListExternalApisResponse other)
   
  
  
  
  mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
  
    public ListExternalApisResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public ListExternalApisResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListExternalApisResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  removeExternalApis(int index)
  
    public ListExternalApisResponse.Builder removeExternalApis(int index)
   
   The External API resources present in the API hub.
 Only following fields will be populated in the response: name,
 display_name, documentation.external_uri.
 repeated .google.cloud.apihub.v1.ExternalApi external_apis = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  setExternalApis(int index, ExternalApi value)
  
    public ListExternalApisResponse.Builder setExternalApis(int index, ExternalApi value)
   
   The External API resources present in the API hub.
 Only following fields will be populated in the response: name,
 display_name, documentation.external_uri.
 repeated .google.cloud.apihub.v1.ExternalApi external_apis = 1;
setExternalApis(int index, ExternalApi.Builder builderForValue)
  
    public ListExternalApisResponse.Builder setExternalApis(int index, ExternalApi.Builder builderForValue)
   
   The External API resources present in the API hub.
 Only following fields will be populated in the response: name,
 display_name, documentation.external_uri.
 repeated .google.cloud.apihub.v1.ExternalApi external_apis = 1;
setField(Descriptors.FieldDescriptor field, Object value)
  
    public ListExternalApisResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setNextPageToken(String value)
  
    public ListExternalApisResponse.Builder setNextPageToken(String value)
   
   A token, which 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 ListExternalApisResponse.Builder setNextPageTokenBytes(ByteString value)
   
   A token, which 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 ListExternalApisResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListExternalApisResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides