Reference documentation and code samples for the Artifact Registry V1 API class Google::Cloud::ArtifactRegistry::V1::UpdateVPCSCConfigRequest.
Sets the VPCSC config of the project.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Field mask to support partial updates.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Field mask to support partial updates.
Returns
- (::Google::Protobuf::FieldMask) — Field mask to support partial updates.
#vpcsc_config
def vpcsc_config() -> ::Google::Cloud::ArtifactRegistry::V1::VPCSCConfig
Returns
- (::Google::Cloud::ArtifactRegistry::V1::VPCSCConfig) — The project config.
#vpcsc_config=
def vpcsc_config=(value) -> ::Google::Cloud::ArtifactRegistry::V1::VPCSCConfig
Parameter
- value (::Google::Cloud::ArtifactRegistry::V1::VPCSCConfig) — The project config.
Returns
- (::Google::Cloud::ArtifactRegistry::V1::VPCSCConfig) — The project config.