Class: Google::Cloud::ArtifactRegistry::V1beta2::UpdateProjectSettingsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1beta2::UpdateProjectSettingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1beta2/settings.rb
Overview
Sets the settings of the project.
Instance Attribute Summary collapse
-
#project_settings ⇒ ::Google::Cloud::ArtifactRegistry::V1beta2::ProjectSettings
The project settings.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Field mask to support partial updates.
Instance Attribute Details
#project_settings ⇒ ::Google::Cloud::ArtifactRegistry::V1beta2::ProjectSettings
Returns The project settings.
73 74 75 76 |
# File 'proto_docs/google/devtools/artifactregistry/v1beta2/settings.rb', line 73 class UpdateProjectSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Field mask to support partial updates.
73 74 75 76 |
# File 'proto_docs/google/devtools/artifactregistry/v1beta2/settings.rb', line 73 class UpdateProjectSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |