Network Security V1beta1 API - Class Google::Cloud::NetworkSecurity::V1beta1::ListAuthorizationPoliciesResponse (v0.8.0)

Reference documentation and code samples for the Network Security V1beta1 API class Google::Cloud::NetworkSecurity::V1beta1::ListAuthorizationPoliciesResponse.

Response returned by the ListAuthorizationPolicies method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#authorization_policies

def authorization_policies() -> ::Array<::Google::Cloud::NetworkSecurity::V1beta1::AuthorizationPolicy>
Returns

#authorization_policies=

def authorization_policies=(value) -> ::Array<::Google::Cloud::NetworkSecurity::V1beta1::AuthorizationPolicy>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — 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.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.