Class: Google::Cloud::NetworkServices::V1::GetAuthzExtensionRequest

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

Overview

Message for getting a AuthzExtension resource.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. A name of the AuthzExtension resource to get. Must be in the format projects/{project}/locations/{location}/authzExtensions/{authz_extension}.

Returns:

  • (::String)

    Required. A name of the AuthzExtension resource to get. Must be in the format projects/{project}/locations/{location}/authzExtensions/{authz_extension}.



762
763
764
765
# File 'proto_docs/google/cloud/networkservices/v1/dep.rb', line 762

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