Reference documentation and code samples for the Network Services V1 API class Google::Cloud::NetworkServices::V1::ListAuthzExtensionsResponse.
Message for response to listing AuthzExtension
resources.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#authz_extensions
def authz_extensions() -> ::Array<::Google::Cloud::NetworkServices::V1::AuthzExtension>
Returns
-
(::Array<::Google::Cloud::NetworkServices::V1::AuthzExtension>) — The list of
AuthzExtension
resources.
#authz_extensions=
def authz_extensions=(value) -> ::Array<::Google::Cloud::NetworkServices::V1::AuthzExtension>
Parameter
-
value (::Array<::Google::Cloud::NetworkServices::V1::AuthzExtension>) — The list of
AuthzExtension
resources.
Returns
-
(::Array<::Google::Cloud::NetworkServices::V1::AuthzExtension>) — The list of
AuthzExtension
resources.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token identifying a page of results that the server returns.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token identifying a page of results that the server returns.
Returns
- (::String) — A token identifying a page of results that the server returns.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — Locations that could not be reached.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Locations that could not be reached.
Returns
- (::Array<::String>) — Locations that could not be reached.