Class UpdateCustomConstraintRequest.Builder (2.85.0)

public static final class UpdateCustomConstraintRequest.Builder extends GeneratedMessage.Builder<UpdateCustomConstraintRequest.Builder> implements UpdateCustomConstraintRequestOrBuilder

The request sent to the [UpdateCustomConstraintRequest] [google.cloud.orgpolicy.v2.OrgPolicy.UpdateCustomConstraint] method.

Protobuf type google.cloud.orgpolicy.v2.UpdateCustomConstraintRequest

Static Methods

getDescriptor()

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

Methods

build()

public UpdateCustomConstraintRequest build()
Returns
Type Description
UpdateCustomConstraintRequest

buildPartial()

public UpdateCustomConstraintRequest buildPartial()
Returns
Type Description
UpdateCustomConstraintRequest

clear()

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

clearCustomConstraint()

public UpdateCustomConstraintRequest.Builder clearCustomConstraint()

Required. CustomConstraint to update.

.google.cloud.orgpolicy.v2.CustomConstraint custom_constraint = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateCustomConstraintRequest.Builder

getCustomConstraint()

public CustomConstraint getCustomConstraint()

Required. CustomConstraint to update.

.google.cloud.orgpolicy.v2.CustomConstraint custom_constraint = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CustomConstraint

The customConstraint.

getCustomConstraintBuilder()

public CustomConstraint.Builder getCustomConstraintBuilder()

Required. CustomConstraint to update.

.google.cloud.orgpolicy.v2.CustomConstraint custom_constraint = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CustomConstraint.Builder

getCustomConstraintOrBuilder()

public CustomConstraintOrBuilder getCustomConstraintOrBuilder()

Required. CustomConstraint to update.

.google.cloud.orgpolicy.v2.CustomConstraint custom_constraint = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CustomConstraintOrBuilder

getDefaultInstanceForType()

public UpdateCustomConstraintRequest getDefaultInstanceForType()
Returns
Type Description
UpdateCustomConstraintRequest

getDescriptorForType()

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

hasCustomConstraint()

public boolean hasCustomConstraint()

Required. CustomConstraint to update.

.google.cloud.orgpolicy.v2.CustomConstraint custom_constraint = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the customConstraint field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeCustomConstraint(CustomConstraint value)

public UpdateCustomConstraintRequest.Builder mergeCustomConstraint(CustomConstraint value)

Required. CustomConstraint to update.

.google.cloud.orgpolicy.v2.CustomConstraint custom_constraint = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value CustomConstraint
Returns
Type Description
UpdateCustomConstraintRequest.Builder

mergeFrom(UpdateCustomConstraintRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setCustomConstraint(CustomConstraint value)

public UpdateCustomConstraintRequest.Builder setCustomConstraint(CustomConstraint value)

Required. CustomConstraint to update.

.google.cloud.orgpolicy.v2.CustomConstraint custom_constraint = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value CustomConstraint
Returns
Type Description
UpdateCustomConstraintRequest.Builder

setCustomConstraint(CustomConstraint.Builder builderForValue)

public UpdateCustomConstraintRequest.Builder setCustomConstraint(CustomConstraint.Builder builderForValue)

Required. CustomConstraint to update.

.google.cloud.orgpolicy.v2.CustomConstraint custom_constraint = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue CustomConstraint.Builder
Returns
Type Description
UpdateCustomConstraintRequest.Builder