Class: Google::Cloud::ArtifactRegistry::V1::UpdateVPCSCConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::UpdateVPCSCConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/vpcsc_config.rb
Overview
Sets the VPCSC config of the project.
Instance Attribute Summary collapse
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Field mask to support partial updates.
-
#vpcsc_config ⇒ ::Google::Cloud::ArtifactRegistry::V1::VPCSCConfig
The project config.
Instance Attribute Details
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Field mask to support partial updates.
75 76 77 78 |
# File 'proto_docs/google/devtools/artifactregistry/v1/vpcsc_config.rb', line 75 class UpdateVPCSCConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vpcsc_config ⇒ ::Google::Cloud::ArtifactRegistry::V1::VPCSCConfig
Returns The project config.
75 76 77 78 |
# File 'proto_docs/google/devtools/artifactregistry/v1/vpcsc_config.rb', line 75 class UpdateVPCSCConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |