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