Artifact Registry V1 API - Class Google::Cloud::ArtifactRegistry::V1::VPCSCConfig (v0.13.0)

Reference documentation and code samples for the Artifact Registry V1 API class Google::Cloud::ArtifactRegistry::V1::VPCSCConfig.

The Artifact Registry VPC SC config that apply to a Project.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — The name of the project's VPC SC Config.

    Always of the form: projects/{projectID}/locations/{location}/vpcscConfig

    In update request: never set In response: always set

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The name of the project's VPC SC Config.

    Always of the form: projects/{projectID}/locations/{location}/vpcscConfig

    In update request: never set In response: always set

Returns
  • (::String) — The name of the project's VPC SC Config.

    Always of the form: projects/{projectID}/locations/{location}/vpcscConfig

    In update request: never set In response: always set

#vpcsc_policy

def vpcsc_policy() -> ::Google::Cloud::ArtifactRegistry::V1::VPCSCConfig::VPCSCPolicy
Returns

#vpcsc_policy=

def vpcsc_policy=(value) -> ::Google::Cloud::ArtifactRegistry::V1::VPCSCConfig::VPCSCPolicy
Parameter
Returns