public static final class CreateCustomConstraintRequest.Builder extends GeneratedMessage.Builder<CreateCustomConstraintRequest.Builder> implements CreateCustomConstraintRequestOrBuilderThe request sent to the [CreateCustomConstraintRequest] [google.cloud.orgpolicy.v2.OrgPolicy.CreateCustomConstraint] method.
Protobuf type google.cloud.orgpolicy.v2.CreateCustomConstraintRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateCustomConstraintRequest.BuilderImplements
CreateCustomConstraintRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateCustomConstraintRequest build()| Returns | |
|---|---|
| Type | Description |
CreateCustomConstraintRequest |
|
buildPartial()
public CreateCustomConstraintRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateCustomConstraintRequest |
|
clear()
public CreateCustomConstraintRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateCustomConstraintRequest.Builder |
|
clearCustomConstraint()
public CreateCustomConstraintRequest.Builder clearCustomConstraint()Required. Custom constraint to create.
.google.cloud.orgpolicy.v2.CustomConstraint custom_constraint = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateCustomConstraintRequest.Builder |
|
clearParent()
public CreateCustomConstraintRequest.Builder clearParent()Required. Must be in the following form:
organizations/{organization_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateCustomConstraintRequest.Builder |
This builder for chaining. |
getCustomConstraint()
public CustomConstraint getCustomConstraint()Required. Custom constraint to create.
.google.cloud.orgpolicy.v2.CustomConstraint custom_constraint = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CustomConstraint |
The customConstraint. |
getCustomConstraintBuilder()
public CustomConstraint.Builder getCustomConstraintBuilder()Required. Custom constraint to create.
.google.cloud.orgpolicy.v2.CustomConstraint custom_constraint = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CustomConstraint.Builder |
|
getCustomConstraintOrBuilder()
public CustomConstraintOrBuilder getCustomConstraintOrBuilder()Required. Custom constraint to create.
.google.cloud.orgpolicy.v2.CustomConstraint custom_constraint = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CustomConstraintOrBuilder |
|
getDefaultInstanceForType()
public CreateCustomConstraintRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateCustomConstraintRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getParent()
public String getParent()Required. Must be in the following form:
organizations/{organization_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. Must be in the following form:
organizations/{organization_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasCustomConstraint()
public boolean hasCustomConstraint()Required. Custom constraint to create.
.google.cloud.orgpolicy.v2.CustomConstraint custom_constraint = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the customConstraint field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCustomConstraint(CustomConstraint value)
public CreateCustomConstraintRequest.Builder mergeCustomConstraint(CustomConstraint value)Required. Custom constraint to create.
.google.cloud.orgpolicy.v2.CustomConstraint custom_constraint = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
CustomConstraint |
| Returns | |
|---|---|
| Type | Description |
CreateCustomConstraintRequest.Builder |
|
mergeFrom(CreateCustomConstraintRequest other)
public CreateCustomConstraintRequest.Builder mergeFrom(CreateCustomConstraintRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateCustomConstraintRequest |
| Returns | |
|---|---|
| Type | Description |
CreateCustomConstraintRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateCustomConstraintRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateCustomConstraintRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateCustomConstraintRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateCustomConstraintRequest.Builder |
|
setCustomConstraint(CustomConstraint value)
public CreateCustomConstraintRequest.Builder setCustomConstraint(CustomConstraint value)Required. Custom constraint to create.
.google.cloud.orgpolicy.v2.CustomConstraint custom_constraint = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
CustomConstraint |
| Returns | |
|---|---|
| Type | Description |
CreateCustomConstraintRequest.Builder |
|
setCustomConstraint(CustomConstraint.Builder builderForValue)
public CreateCustomConstraintRequest.Builder setCustomConstraint(CustomConstraint.Builder builderForValue)Required. Custom constraint to create.
.google.cloud.orgpolicy.v2.CustomConstraint custom_constraint = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
CustomConstraint.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateCustomConstraintRequest.Builder |
|
setParent(String value)
public CreateCustomConstraintRequest.Builder setParent(String value)Required. Must be in the following form:
organizations/{organization_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateCustomConstraintRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public CreateCustomConstraintRequest.Builder setParentBytes(ByteString value)Required. Must be in the following form:
organizations/{organization_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateCustomConstraintRequest.Builder |
This builder for chaining. |