public interface ListDiscoveredApiOperationsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDiscoveredApiOperations(int index)
public abstract DiscoveredApiOperation getDiscoveredApiOperations(int index)The DiscoveredApiOperations from the specified project, location and DiscoveredApiObservation.
 repeated .google.cloud.apihub.v1.DiscoveredApiOperation discovered_api_operations = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
DiscoveredApiOperation | 
        |
getDiscoveredApiOperationsCount()
public abstract int getDiscoveredApiOperationsCount()The DiscoveredApiOperations from the specified project, location and DiscoveredApiObservation.
 repeated .google.cloud.apihub.v1.DiscoveredApiOperation discovered_api_operations = 1;
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getDiscoveredApiOperationsList()
public abstract List<DiscoveredApiOperation> getDiscoveredApiOperationsList()The DiscoveredApiOperations from the specified project, location and DiscoveredApiObservation.
 repeated .google.cloud.apihub.v1.DiscoveredApiOperation discovered_api_operations = 1;
 
| Returns | |
|---|---|
| Type | Description | 
List<DiscoveredApiOperation> | 
        |
getDiscoveredApiOperationsOrBuilder(int index)
public abstract DiscoveredApiOperationOrBuilder getDiscoveredApiOperationsOrBuilder(int index)The DiscoveredApiOperations from the specified project, location and DiscoveredApiObservation.
 repeated .google.cloud.apihub.v1.DiscoveredApiOperation discovered_api_operations = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
DiscoveredApiOperationOrBuilder | 
        |
getDiscoveredApiOperationsOrBuilderList()
public abstract List<? extends DiscoveredApiOperationOrBuilder> getDiscoveredApiOperationsOrBuilderList()The DiscoveredApiOperations from the specified project, location and DiscoveredApiObservation.
 repeated .google.cloud.apihub.v1.DiscoveredApiOperation discovered_api_operations = 1;
 
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.cloud.apihub.v1.DiscoveredApiOperationOrBuilder> | 
        |
getNextPageToken()
public abstract 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 abstract 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.  |