Class: Google::Cloud::ApiHub::V1::ListDiscoveredApiOperationsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::ListDiscoveredApiOperationsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/discovery_service.rb
Overview
Message for requesting list of DiscoveredApiOperations
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. DiscoveredApiOperations will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
81 82 83 84 |
# File 'proto_docs/google/cloud/apihub/v1/discovery_service.rb', line 81 class ListDiscoveredApiOperationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A page token, received from a previous
ListDiscoveredApiApiOperations call. Provide this to retrieve the
subsequent page.
When paginating, all other parameters provided to
ListDiscoveredApiApiOperations must match the call that provided the page
token.
81 82 83 84 |
# File 'proto_docs/google/cloud/apihub/v1/discovery_service.rb', line 81 class ListDiscoveredApiOperationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent, which owns this collection of DiscoveredApiOperations. Format: projects/{project}/locations/{location}/discoveredApiObservations/{discovered_api_observation}.
81 82 83 84 |
# File 'proto_docs/google/cloud/apihub/v1/discovery_service.rb', line 81 class ListDiscoveredApiOperationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |