Class: Google::Cloud::ArtifactRegistry::V1::GetVPCSCConfigRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Required. The name of the VPCSCConfig resource.

Returns:

  • (::String)

    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