Class: Google::Cloud::NetworkServices::V1::ListServiceLbPoliciesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networkservices/v1/service_lb_policy.rb

Overview

Request used with the ListServiceLbPolicies method.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Maximum number of ServiceLbPolicies to return per call.

Returns:

  • (::Integer)

    Maximum number of ServiceLbPolicies to return per call.



177
178
179
180
# File 'proto_docs/google/cloud/networkservices/v1/service_lb_policy.rb', line 177

class ListServiceLbPoliciesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns The value returned by the last ListServiceLbPoliciesResponse Indicates that this is a continuation of a prior ListRouters call, and that the system should return the next page of data.

Returns:

  • (::String)

    The value returned by the last ListServiceLbPoliciesResponse Indicates that this is a continuation of a prior ListRouters call, and that the system should return the next page of data.



177
178
179
180
# File 'proto_docs/google/cloud/networkservices/v1/service_lb_policy.rb', line 177

class ListServiceLbPoliciesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The project and location from which the ServiceLbPolicies should be listed, specified in the format projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. The project and location from which the ServiceLbPolicies should be listed, specified in the format projects/{project}/locations/{location}.



177
178
179
180
# File 'proto_docs/google/cloud/networkservices/v1/service_lb_policy.rb', line 177

class ListServiceLbPoliciesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end