Class GetCustomConstraintRequest.Builder (2.85.0)

public static final class GetCustomConstraintRequest.Builder extends GeneratedMessage.Builder<GetCustomConstraintRequest.Builder> implements GetCustomConstraintRequestOrBuilder

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

Protobuf type google.cloud.orgpolicy.v2.GetCustomConstraintRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetCustomConstraintRequest build()
Returns
Type Description
GetCustomConstraintRequest

buildPartial()

public GetCustomConstraintRequest buildPartial()
Returns
Type Description
GetCustomConstraintRequest

clear()

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

clearName()

public GetCustomConstraintRequest.Builder clearName()

Required. Resource name of the custom or managed constraint. See the custom constraint entry for naming requirements.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetCustomConstraintRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetCustomConstraintRequest getDefaultInstanceForType()
Returns
Type Description
GetCustomConstraintRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Resource name of the custom or managed constraint. See the custom constraint entry for naming requirements.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Resource name of the custom or managed constraint. See the custom constraint entry for naming requirements.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetCustomConstraintRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetCustomConstraintRequest.Builder setName(String value)

Required. Resource name of the custom or managed constraint. See the custom constraint entry for naming requirements.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetCustomConstraintRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetCustomConstraintRequest.Builder setNameBytes(ByteString value)

Required. Resource name of the custom or managed constraint. See the custom constraint entry for naming requirements.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetCustomConstraintRequest.Builder

This builder for chaining.