Class: Google::Cloud::ApiGateway::V1::ListGatewaysRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiGateway::V1::ListGatewaysRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigateway/v1/apigateway.rb
Overview
Request message for ApiGatewayService.ListGateways
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Filter.
-
#order_by ⇒ ::String
Order by parameters.
-
#page_size ⇒ ::Integer
Page size.
-
#page_token ⇒ ::String
Page token.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Filter.
311 312 313 314 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 311 class ListGatewaysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Order by parameters.
311 312 313 314 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 311 class ListGatewaysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Page size.
311 312 313 314 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 311 class ListGatewaysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Page token.
311 312 313 314 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 311 class ListGatewaysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Parent resource of the Gateway, of the form:
projects/*/locations/*
.
311 312 313 314 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 311 class ListGatewaysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |