Class: Google::Cloud::SecureSourceManager::V1::UpdateRepositoryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::UpdateRepositoryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
UpdateRepositoryRequest is the request to update a repository.
Instance Attribute Summary collapse
-
#repository ⇒ ::Google::Cloud::SecureSourceManager::V1::Repository
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#repository ⇒ ::Google::Cloud::SecureSourceManager::V1::Repository
Returns Required. The repository being updated.
1002 1003 1004 1005 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1002 class UpdateRepositoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. Field mask is used to specify the fields to be overwritten in the repository resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
1002 1003 1004 1005 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1002 class UpdateRepositoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. False by default. If set to true, the request is validated and the user is provided with an expected result, but no actual change is made.
1002 1003 1004 1005 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1002 class UpdateRepositoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |