public interface ListApiOperationsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getApiOperations(int index)
public abstract ApiOperation getApiOperations(int index)The operations corresponding to an API version. Only following field will be populated in the response: name, spec, details.deprecated, details.http_operation.path.path, details.http_operation.method and details.documentation.external_uri.
 repeated .google.cloud.apihub.v1.ApiOperation api_operations = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| ApiOperation | |
getApiOperationsCount()
public abstract int getApiOperationsCount()The operations corresponding to an API version. Only following field will be populated in the response: name, spec, details.deprecated, details.http_operation.path.path, details.http_operation.method and details.documentation.external_uri.
 repeated .google.cloud.apihub.v1.ApiOperation api_operations = 1;
| Returns | |
|---|---|
| Type | Description | 
| int | |
getApiOperationsList()
public abstract List<ApiOperation> getApiOperationsList()The operations corresponding to an API version. Only following field will be populated in the response: name, spec, details.deprecated, details.http_operation.path.path, details.http_operation.method and details.documentation.external_uri.
 repeated .google.cloud.apihub.v1.ApiOperation api_operations = 1;
| Returns | |
|---|---|
| Type | Description | 
| List<ApiOperation> | |
getApiOperationsOrBuilder(int index)
public abstract ApiOperationOrBuilder getApiOperationsOrBuilder(int index)The operations corresponding to an API version. Only following field will be populated in the response: name, spec, details.deprecated, details.http_operation.path.path, details.http_operation.method and details.documentation.external_uri.
 repeated .google.cloud.apihub.v1.ApiOperation api_operations = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| ApiOperationOrBuilder | |
getApiOperationsOrBuilderList()
public abstract List<? extends ApiOperationOrBuilder> getApiOperationsOrBuilderList()The operations corresponding to an API version. Only following field will be populated in the response: name, spec, details.deprecated, details.http_operation.path.path, details.http_operation.method and details.documentation.external_uri.
 repeated .google.cloud.apihub.v1.ApiOperation api_operations = 1;
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.apihub.v1.ApiOperationOrBuilder> | |
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. |