API hub V1 API - Class Google::Cloud::ApiHub::V1::ListApiOperationsResponse (v0.1.1)

Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::ListApiOperationsResponse.

The ListApiOperations method's response.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#api_operations

def api_operations() -> ::Array<::Google::Cloud::ApiHub::V1::ApiOperation>
Returns
  • (::Array<::Google::Cloud::ApiHub::V1::ApiOperation>) — 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.

#api_operations=

def api_operations=(value) -> ::Array<::Google::Cloud::ApiHub::V1::ApiOperation>
Parameter
  • value (::Array<::Google::Cloud::ApiHub::V1::ApiOperation>) — 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.
Returns
  • (::Array<::Google::Cloud::ApiHub::V1::ApiOperation>) — 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.

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
Returns
  • (::String) — A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.