public static final class TestIamPermissionsServiceAttachmentRequest.Builder extends GeneratedMessageV3.Builder<TestIamPermissionsServiceAttachmentRequest.Builder> implements TestIamPermissionsServiceAttachmentRequestOrBuilderA request message for ServiceAttachments.TestIamPermissions. See the method description for details.
Protobuf type google.cloud.compute.v1.TestIamPermissionsServiceAttachmentRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TestIamPermissionsServiceAttachmentRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TestIamPermissionsServiceAttachmentRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest.Builder |
|
build()
public TestIamPermissionsServiceAttachmentRequest build()| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest |
|
buildPartial()
public TestIamPermissionsServiceAttachmentRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest |
|
clear()
public TestIamPermissionsServiceAttachmentRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public TestIamPermissionsServiceAttachmentRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public TestIamPermissionsServiceAttachmentRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest.Builder |
|
clearProject()
public TestIamPermissionsServiceAttachmentRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest.Builder |
This builder for chaining. |
clearRegion()
public TestIamPermissionsServiceAttachmentRequest.Builder clearRegion()The name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest.Builder |
This builder for chaining. |
clearResource()
public TestIamPermissionsServiceAttachmentRequest.Builder clearResource()Name or id of the resource for this request.
string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest.Builder |
This builder for chaining. |
clearTestPermissionsRequestResource()
public TestIamPermissionsServiceAttachmentRequest.Builder clearTestPermissionsRequestResource()The body resource for this request
.google.cloud.compute.v1.TestPermissionsRequest test_permissions_request_resource = 439214758 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest.Builder |
|
clone()
public TestIamPermissionsServiceAttachmentRequest.Builder clone()| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest.Builder |
|
getDefaultInstanceForType()
public TestIamPermissionsServiceAttachmentRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getProject()
public String getProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public ByteString getProjectBytes()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |
getRegion()
public String getRegion()The name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The region. |
getRegionBytes()
public ByteString getRegionBytes()The name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for region. |
getResource()
public String getResource()Name or id of the resource for this request.
string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The resource. |
getResourceBytes()
public ByteString getResourceBytes()Name or id of the resource for this request.
string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for resource. |
getTestPermissionsRequestResource()
public TestPermissionsRequest getTestPermissionsRequestResource()The body resource for this request
.google.cloud.compute.v1.TestPermissionsRequest test_permissions_request_resource = 439214758 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TestPermissionsRequest |
The testPermissionsRequestResource. |
getTestPermissionsRequestResourceBuilder()
public TestPermissionsRequest.Builder getTestPermissionsRequestResourceBuilder()The body resource for this request
.google.cloud.compute.v1.TestPermissionsRequest test_permissions_request_resource = 439214758 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TestPermissionsRequest.Builder |
|
getTestPermissionsRequestResourceOrBuilder()
public TestPermissionsRequestOrBuilder getTestPermissionsRequestResourceOrBuilder()The body resource for this request
.google.cloud.compute.v1.TestPermissionsRequest test_permissions_request_resource = 439214758 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TestPermissionsRequestOrBuilder |
|
hasTestPermissionsRequestResource()
public boolean hasTestPermissionsRequestResource()The body resource for this request
.google.cloud.compute.v1.TestPermissionsRequest test_permissions_request_resource = 439214758 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the testPermissionsRequestResource field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(TestIamPermissionsServiceAttachmentRequest other)
public TestIamPermissionsServiceAttachmentRequest.Builder mergeFrom(TestIamPermissionsServiceAttachmentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
TestIamPermissionsServiceAttachmentRequest |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TestIamPermissionsServiceAttachmentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public TestIamPermissionsServiceAttachmentRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest.Builder |
|
mergeTestPermissionsRequestResource(TestPermissionsRequest value)
public TestIamPermissionsServiceAttachmentRequest.Builder mergeTestPermissionsRequestResource(TestPermissionsRequest value)The body resource for this request
.google.cloud.compute.v1.TestPermissionsRequest test_permissions_request_resource = 439214758 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
TestPermissionsRequest |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TestIamPermissionsServiceAttachmentRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public TestIamPermissionsServiceAttachmentRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest.Builder |
|
setProject(String value)
public TestIamPermissionsServiceAttachmentRequest.Builder setProject(String value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe project to set. |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public TestIamPermissionsServiceAttachmentRequest.Builder setProjectBytes(ByteString value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for project to set. |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest.Builder |
This builder for chaining. |
setRegion(String value)
public TestIamPermissionsServiceAttachmentRequest.Builder setRegion(String value)The name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe region to set. |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest.Builder |
This builder for chaining. |
setRegionBytes(ByteString value)
public TestIamPermissionsServiceAttachmentRequest.Builder setRegionBytes(ByteString value)The name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for region to set. |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TestIamPermissionsServiceAttachmentRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest.Builder |
|
setResource(String value)
public TestIamPermissionsServiceAttachmentRequest.Builder setResource(String value)Name or id of the resource for this request.
string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe resource to set. |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest.Builder |
This builder for chaining. |
setResourceBytes(ByteString value)
public TestIamPermissionsServiceAttachmentRequest.Builder setResourceBytes(ByteString value)Name or id of the resource for this request.
string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for resource to set. |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest.Builder |
This builder for chaining. |
setTestPermissionsRequestResource(TestPermissionsRequest value)
public TestIamPermissionsServiceAttachmentRequest.Builder setTestPermissionsRequestResource(TestPermissionsRequest value)The body resource for this request
.google.cloud.compute.v1.TestPermissionsRequest test_permissions_request_resource = 439214758 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
TestPermissionsRequest |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest.Builder |
|
setTestPermissionsRequestResource(TestPermissionsRequest.Builder builderForValue)
public TestIamPermissionsServiceAttachmentRequest.Builder setTestPermissionsRequestResource(TestPermissionsRequest.Builder builderForValue)The body resource for this request
.google.cloud.compute.v1.TestPermissionsRequest test_permissions_request_resource = 439214758 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
TestPermissionsRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final TestIamPermissionsServiceAttachmentRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsServiceAttachmentRequest.Builder |
|