Class: Google::Cloud::NetworkSecurity::V1::GetInterceptDeploymentGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::GetInterceptDeploymentGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1/intercept.rb
Overview
Request message for GetInterceptDeploymentGroup.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the deployment group to retrieve. Format: projects/{project}/locations/{location}/interceptDeploymentGroups/{intercept_deployment_group}.
667 668 669 670 |
# File 'proto_docs/google/cloud/networksecurity/v1/intercept.rb', line 667 class GetInterceptDeploymentGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |