Class: Google::Cloud::NetworkSecurity::V1::GetInterceptEndpointGroupAssociationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::GetInterceptEndpointGroupAssociationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1/intercept.rb
Overview
Request message for GetInterceptEndpointGroupAssociation.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the association to retrieve. Format: projects/{project}/locations/{location}/interceptEndpointGroupAssociations/{intercept_endpoint_group_association}.
449 450 451 452 |
# File 'proto_docs/google/cloud/networksecurity/v1/intercept.rb', line 449 class GetInterceptEndpointGroupAssociationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |