public static final class DeletePolicyRequest.Builder extends GeneratedMessageV3.Builder<DeletePolicyRequest.Builder> implements DeletePolicyRequestOrBuilder
Request message for DeletePolicy
.
Protobuf type google.iam.v2beta.DeletePolicyRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DeletePolicyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public DeletePolicyRequest build()
buildPartial()
public DeletePolicyRequest buildPartial()
clear()
public DeletePolicyRequest.Builder clear()
Overrides
clearEtag()
public DeletePolicyRequest.Builder clearEtag()
Optional. The expected etag
of the policy to delete. If the value does not match
the value that is stored in IAM, the request fails with a 409
error code
and ABORTED
status.
If you omit this field, the policy is deleted regardless of its current
etag
.
string etag = 2 [(.google.api.field_behavior) = OPTIONAL];
clearField(Descriptors.FieldDescriptor field)
public DeletePolicyRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearName()
public DeletePolicyRequest.Builder clearName()
Required. The resource name of the policy to delete. Format:
policies/{attachment_point}/denypolicies/{policy_id}
Use the 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/my-policy
.
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 name = 1 [(.google.api.field_behavior) = REQUIRED];
clearOneof(Descriptors.OneofDescriptor oneof)
public DeletePolicyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public DeletePolicyRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public DeletePolicyRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getEtag()
Optional. The expected etag
of the policy to delete. If the value does not match
the value that is stored in IAM, the request fails with a 409
error code
and ABORTED
status.
If you omit this field, the policy is deleted regardless of its current
etag
.
string etag = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
String | The etag.
|
getEtagBytes()
public ByteString getEtagBytes()
Optional. The expected etag
of the policy to delete. If the value does not match
the value that is stored in IAM, the request fails with a 409
error code
and ABORTED
status.
If you omit this field, the policy is deleted regardless of its current
etag
.
string etag = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
ByteString | The bytes for etag.
|
getName()
Required. The resource name of the policy to delete. Format:
policies/{attachment_point}/denypolicies/{policy_id}
Use the 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/my-policy
.
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 name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
Required. The resource name of the policy to delete. Format:
policies/{attachment_point}/denypolicies/{policy_id}
Use the 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/my-policy
.
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 name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ByteString | The bytes for name.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(DeletePolicyRequest other)
public DeletePolicyRequest.Builder mergeFrom(DeletePolicyRequest other)
public DeletePolicyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public DeletePolicyRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DeletePolicyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setEtag(String value)
public DeletePolicyRequest.Builder setEtag(String value)
Optional. The expected etag
of the policy to delete. If the value does not match
the value that is stored in IAM, the request fails with a 409
error code
and ABORTED
status.
If you omit this field, the policy is deleted regardless of its current
etag
.
string etag = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
value | String
The etag to set.
|
setEtagBytes(ByteString value)
public DeletePolicyRequest.Builder setEtagBytes(ByteString value)
Optional. The expected etag
of the policy to delete. If the value does not match
the value that is stored in IAM, the request fails with a 409
error code
and ABORTED
status.
If you omit this field, the policy is deleted regardless of its current
etag
.
string etag = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for etag to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public DeletePolicyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setName(String value)
public DeletePolicyRequest.Builder setName(String value)
Required. The resource name of the policy to delete. Format:
policies/{attachment_point}/denypolicies/{policy_id}
Use the 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/my-policy
.
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 name = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | String
The name to set.
|
setNameBytes(ByteString value)
public DeletePolicyRequest.Builder setNameBytes(ByteString value)
Required. The resource name of the policy to delete. Format:
policies/{attachment_point}/denypolicies/{policy_id}
Use the 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/my-policy
.
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 name = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for name to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DeletePolicyRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final DeletePolicyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides