Class: Google::Cloud::ArtifactRegistry::V1::GetVPCSCConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::GetVPCSCConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/vpcsc_config.rb
Overview
Gets the VPC SC config for a project.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the VPCSCConfig resource.
63 64 65 66 |
# File 'proto_docs/google/devtools/artifactregistry/v1/vpcsc_config.rb', line 63 class GetVPCSCConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |