Class CreatePolicyRequest.Builder (1.32.1)

public static final class CreatePolicyRequest.Builder extends GeneratedMessageV3.Builder<CreatePolicyRequest.Builder> implements CreatePolicyRequestOrBuilder

Request message for CreatePolicy.

Protobuf type google.iam.v2beta.CreatePolicyRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public CreatePolicyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CreatePolicyRequest.Builder
Overrides

build()

public CreatePolicyRequest build()
Returns
TypeDescription
CreatePolicyRequest

buildPartial()

public CreatePolicyRequest buildPartial()
Returns
TypeDescription
CreatePolicyRequest

clear()

public CreatePolicyRequest.Builder clear()
Returns
TypeDescription
CreatePolicyRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public CreatePolicyRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
CreatePolicyRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public CreatePolicyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
CreatePolicyRequest.Builder
Overrides

clearParent()

public CreatePolicyRequest.Builder clearParent()

Required. The resource that the policy is attached to, along with the kind of policy to create. Format: policies/{attachment_point}/denypolicies

The attachment point is identified by its URL-encoded full resource name, which means that the forward-slash character, /, must be written as %2F. For example, policies/cloudresourcemanager.googleapis.com%2Fprojects%2Fmy-project/denypolicies.

For organizations and folders, use the numeric ID in the full resource name. For projects, you can use the alphanumeric or the numeric ID.

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CreatePolicyRequest.Builder

This builder for chaining.

clearPolicy()

public CreatePolicyRequest.Builder clearPolicy()

Required. The policy to create.

.google.iam.v2beta.Policy policy = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CreatePolicyRequest.Builder

clearPolicyId()

public CreatePolicyRequest.Builder clearPolicyId()

The ID to use for this policy, which will become the final component of the policy's resource name. The ID must contain 3 to 63 characters. It can contain lowercase letters and numbers, as well as dashes (-) and periods (.). The first character must be a lowercase letter.

string policy_id = 3;

Returns
TypeDescription
CreatePolicyRequest.Builder

This builder for chaining.

clone()

public CreatePolicyRequest.Builder clone()
Returns
TypeDescription
CreatePolicyRequest.Builder
Overrides

getDefaultInstanceForType()

public CreatePolicyRequest getDefaultInstanceForType()
Returns
TypeDescription
CreatePolicyRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getParent()

public String getParent()

Required. The resource that the policy is attached to, along with the kind of policy to create. Format: policies/{attachment_point}/denypolicies

The attachment point is identified by its URL-encoded full resource name, which means that the forward-slash character, /, must be written as %2F. For example, policies/cloudresourcemanager.googleapis.com%2Fprojects%2Fmy-project/denypolicies.

For organizations and folders, use the numeric ID in the full resource name. For projects, you can use the alphanumeric or the numeric ID.

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The resource that the policy is attached to, along with the kind of policy to create. Format: policies/{attachment_point}/denypolicies

The attachment point is identified by its URL-encoded full resource name, which means that the forward-slash character, /, must be written as %2F. For example, policies/cloudresourcemanager.googleapis.com%2Fprojects%2Fmy-project/denypolicies.

For organizations and folders, use the numeric ID in the full resource name. For projects, you can use the alphanumeric or the numeric ID.

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for parent.

getPolicy()

public Policy getPolicy()

Required. The policy to create.

.google.iam.v2beta.Policy policy = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Policy

The policy.

getPolicyBuilder()

public Policy.Builder getPolicyBuilder()

Required. The policy to create.

.google.iam.v2beta.Policy policy = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Policy.Builder

getPolicyId()

public String getPolicyId()

The ID to use for this policy, which will become the final component of the policy's resource name. The ID must contain 3 to 63 characters. It can contain lowercase letters and numbers, as well as dashes (-) and periods (.). The first character must be a lowercase letter.

string policy_id = 3;

Returns
TypeDescription
String

The policyId.

getPolicyIdBytes()

public ByteString getPolicyIdBytes()

The ID to use for this policy, which will become the final component of the policy's resource name. The ID must contain 3 to 63 characters. It can contain lowercase letters and numbers, as well as dashes (-) and periods (.). The first character must be a lowercase letter.

string policy_id = 3;

Returns
TypeDescription
ByteString

The bytes for policyId.

getPolicyOrBuilder()

public PolicyOrBuilder getPolicyOrBuilder()

Required. The policy to create.

.google.iam.v2beta.Policy policy = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PolicyOrBuilder

hasPolicy()

public boolean hasPolicy()

Required. The policy to create.

.google.iam.v2beta.Policy policy = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the policy field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CreatePolicyRequest other)

public CreatePolicyRequest.Builder mergeFrom(CreatePolicyRequest other)
Parameter
NameDescription
otherCreatePolicyRequest
Returns
TypeDescription
CreatePolicyRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CreatePolicyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreatePolicyRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public CreatePolicyRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
CreatePolicyRequest.Builder
Overrides

mergePolicy(Policy value)

public CreatePolicyRequest.Builder mergePolicy(Policy value)

Required. The policy to create.

.google.iam.v2beta.Policy policy = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valuePolicy
Returns
TypeDescription
CreatePolicyRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CreatePolicyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CreatePolicyRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public CreatePolicyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CreatePolicyRequest.Builder
Overrides

setParent(String value)

public CreatePolicyRequest.Builder setParent(String value)

Required. The resource that the policy is attached to, along with the kind of policy to create. Format: policies/{attachment_point}/denypolicies

The attachment point is identified by its URL-encoded full resource name, which means that the forward-slash character, /, must be written as %2F. For example, policies/cloudresourcemanager.googleapis.com%2Fprojects%2Fmy-project/denypolicies.

For organizations and folders, use the numeric ID in the full resource name. For projects, you can use the alphanumeric or the numeric ID.

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
CreatePolicyRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreatePolicyRequest.Builder setParentBytes(ByteString value)

Required. The resource that the policy is attached to, along with the kind of policy to create. Format: policies/{attachment_point}/denypolicies

The attachment point is identified by its URL-encoded full resource name, which means that the forward-slash character, /, must be written as %2F. For example, policies/cloudresourcemanager.googleapis.com%2Fprojects%2Fmy-project/denypolicies.

For organizations and folders, use the numeric ID in the full resource name. For projects, you can use the alphanumeric or the numeric ID.

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
CreatePolicyRequest.Builder

This builder for chaining.

setPolicy(Policy value)

public CreatePolicyRequest.Builder setPolicy(Policy value)

Required. The policy to create.

.google.iam.v2beta.Policy policy = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valuePolicy
Returns
TypeDescription
CreatePolicyRequest.Builder

setPolicy(Policy.Builder builderForValue)

public CreatePolicyRequest.Builder setPolicy(Policy.Builder builderForValue)

Required. The policy to create.

.google.iam.v2beta.Policy policy = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValuePolicy.Builder
Returns
TypeDescription
CreatePolicyRequest.Builder

setPolicyId(String value)

public CreatePolicyRequest.Builder setPolicyId(String value)

The ID to use for this policy, which will become the final component of the policy's resource name. The ID must contain 3 to 63 characters. It can contain lowercase letters and numbers, as well as dashes (-) and periods (.). The first character must be a lowercase letter.

string policy_id = 3;

Parameter
NameDescription
valueString

The policyId to set.

Returns
TypeDescription
CreatePolicyRequest.Builder

This builder for chaining.

setPolicyIdBytes(ByteString value)

public CreatePolicyRequest.Builder setPolicyIdBytes(ByteString value)

The ID to use for this policy, which will become the final component of the policy's resource name. The ID must contain 3 to 63 characters. It can contain lowercase letters and numbers, as well as dashes (-) and periods (.). The first character must be a lowercase letter.

string policy_id = 3;

Parameter
NameDescription
valueByteString

The bytes for policyId to set.

Returns
TypeDescription
CreatePolicyRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public CreatePolicyRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
CreatePolicyRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final CreatePolicyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CreatePolicyRequest.Builder
Overrides