Class: Google::Cloud::NetworkSecurity::V1::GetInterceptDeploymentRequest

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

Overview

Request message for GetInterceptDeployment.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the deployment to retrieve. Format: projects/{project}/locations/{location}/interceptDeployments/{intercept_deployment}.

Returns:

  • (::String)

    Required. The name of the deployment to retrieve. Format: projects/{project}/locations/{location}/interceptDeployments/{intercept_deployment}



870
871
872
873
# File 'proto_docs/google/cloud/networksecurity/v1/intercept.rb', line 870

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