Class: Google::Cloud::ManagedIdentities::V1::UpdateDomainRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ManagedIdentities::V1::UpdateDomainRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb
Overview
Request message for [UpdateDomain][google.cloud.managedidentities.v1.UpdateDomain]
Instance Attribute Summary collapse
-
#domain ⇒ ::Google::Cloud::ManagedIdentities::V1::Domain
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#domain ⇒ ::Google::Cloud::ManagedIdentities::V1::Domain
Returns Required. Domain message with updated fields. Only supported fields specified in update_mask are updated.
174 175 176 177 |
# File 'proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb', line 174 class UpdateDomainRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include fields from Domain:
labels
locations
authorized_networks
.
174 175 176 177 |
# File 'proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb', line 174 class UpdateDomainRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |