Class UpdateDomainRequest.Builder (1.81.0)

public static final class UpdateDomainRequest.Builder extends GeneratedMessage.Builder<UpdateDomainRequest.Builder> implements UpdateDomainRequestOrBuilder

Request message for UpdateDomain

Protobuf type google.cloud.managedidentities.v1.UpdateDomainRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public UpdateDomainRequest build()
Returns
Type Description
UpdateDomainRequest

buildPartial()

public UpdateDomainRequest buildPartial()
Returns
Type Description
UpdateDomainRequest

clear()

public UpdateDomainRequest.Builder clear()
Returns
Type Description
UpdateDomainRequest.Builder
Overrides

clearDomain()

public UpdateDomainRequest.Builder clearDomain()

Required. Domain message with updated fields. Only supported fields specified in update_mask are updated.

.google.cloud.managedidentities.v1.Domain domain = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateDomainRequest.Builder

clearUpdateMask()

public UpdateDomainRequest.Builder clearUpdateMask()

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

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateDomainRequest.Builder

getDefaultInstanceForType()

public UpdateDomainRequest getDefaultInstanceForType()
Returns
Type Description
UpdateDomainRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDomain()

public Domain getDomain()

Required. Domain message with updated fields. Only supported fields specified in update_mask are updated.

.google.cloud.managedidentities.v1.Domain domain = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Domain

The domain.

getDomainBuilder()

public Domain.Builder getDomainBuilder()

Required. Domain message with updated fields. Only supported fields specified in update_mask are updated.

.google.cloud.managedidentities.v1.Domain domain = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Domain.Builder

getDomainOrBuilder()

public DomainOrBuilder getDomainOrBuilder()

Required. Domain message with updated fields. Only supported fields specified in update_mask are updated.

.google.cloud.managedidentities.v1.Domain domain = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DomainOrBuilder

getUpdateMask()

public FieldMask getUpdateMask()

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

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskBuilder()

public FieldMask.Builder getUpdateMaskBuilder()

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

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Builder

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

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

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FieldMaskOrBuilder

hasDomain()

public boolean hasDomain()

Required. Domain message with updated fields. Only supported fields specified in update_mask are updated.

.google.cloud.managedidentities.v1.Domain domain = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the domain field is set.

hasUpdateMask()

public boolean hasUpdateMask()

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

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the updateMask field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeDomain(Domain value)

public UpdateDomainRequest.Builder mergeDomain(Domain value)

Required. Domain message with updated fields. Only supported fields specified in update_mask are updated.

.google.cloud.managedidentities.v1.Domain domain = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Domain
Returns
Type Description
UpdateDomainRequest.Builder

mergeFrom(UpdateDomainRequest other)

public UpdateDomainRequest.Builder mergeFrom(UpdateDomainRequest other)
Parameter
Name Description
other UpdateDomainRequest
Returns
Type Description
UpdateDomainRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UpdateDomainRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateDomainRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public UpdateDomainRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
UpdateDomainRequest.Builder
Overrides

mergeUpdateMask(FieldMask value)

public UpdateDomainRequest.Builder mergeUpdateMask(FieldMask value)

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

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateDomainRequest.Builder

setDomain(Domain value)

public UpdateDomainRequest.Builder setDomain(Domain value)

Required. Domain message with updated fields. Only supported fields specified in update_mask are updated.

.google.cloud.managedidentities.v1.Domain domain = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Domain
Returns
Type Description
UpdateDomainRequest.Builder

setDomain(Domain.Builder builderForValue)

public UpdateDomainRequest.Builder setDomain(Domain.Builder builderForValue)

Required. Domain message with updated fields. Only supported fields specified in update_mask are updated.

.google.cloud.managedidentities.v1.Domain domain = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue Domain.Builder
Returns
Type Description
UpdateDomainRequest.Builder

setUpdateMask(FieldMask value)

public UpdateDomainRequest.Builder setUpdateMask(FieldMask value)

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

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateDomainRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

public UpdateDomainRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)

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

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
UpdateDomainRequest.Builder