Class: Google::Cloud::NetworkSecurity::V1::GetSACAttachmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::GetSACAttachmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1/sse_realm.rb
Overview
Request for GetSACAttachment method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the resource, in the form
projects/{project}/locations/{location}/sacAttachments/{sac_attachment}.
318 319 320 321 |
# File 'proto_docs/google/cloud/networksecurity/v1/sse_realm.rb', line 318 class GetSACAttachmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |