Class: Google::Cloud::ManagedIdentities::V1::UpdateDomainRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:

  • (::Google::Protobuf::FieldMask)

    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