Class: Google::Cloud::NetworkServices::V1::ListServiceBindingsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::ListServiceBindingsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/service_binding.rb
Overview
Response returned by the ListServiceBindings method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
If there might be more results than those appearing in this response, then
next_page_token
is included. -
#service_bindings ⇒ ::Array<::Google::Cloud::NetworkServices::V1::ServiceBinding>
List of ServiceBinding resources.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns If there might be more results than those appearing in this response, then
next_page_token
is included. To get the next set of results, call this
method again using the value of next_page_token
as page_token
.
88 89 90 91 |
# File 'proto_docs/google/cloud/networkservices/v1/service_binding.rb', line 88 class ListServiceBindingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_bindings ⇒ ::Array<::Google::Cloud::NetworkServices::V1::ServiceBinding>
Returns List of ServiceBinding resources.
88 89 90 91 |
# File 'proto_docs/google/cloud/networkservices/v1/service_binding.rb', line 88 class ListServiceBindingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |