public static final class TestIamPermissionsSnapshotRequest.Builder extends GeneratedMessage.Builder<TestIamPermissionsSnapshotRequest.Builder> implements TestIamPermissionsSnapshotRequestOrBuilderA request message for Snapshots.TestIamPermissions. See the method description for details.
Protobuf type google.cloud.compute.v1.TestIamPermissionsSnapshotRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > TestIamPermissionsSnapshotRequest.BuilderImplements
TestIamPermissionsSnapshotRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public TestIamPermissionsSnapshotRequest build()| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsSnapshotRequest |
|
buildPartial()
public TestIamPermissionsSnapshotRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsSnapshotRequest |
|
clear()
public TestIamPermissionsSnapshotRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsSnapshotRequest.Builder |
|
clearProject()
public TestIamPermissionsSnapshotRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsSnapshotRequest.Builder |
This builder for chaining. |
clearResource()
public TestIamPermissionsSnapshotRequest.Builder clearResource()Name or id of the resource for this request.
string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsSnapshotRequest.Builder |
This builder for chaining. |
clearTestPermissionsRequestResource()
public TestIamPermissionsSnapshotRequest.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 |
TestIamPermissionsSnapshotRequest.Builder |
|
getDefaultInstanceForType()
public TestIamPermissionsSnapshotRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsSnapshotRequest |
|
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. |
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(TestIamPermissionsSnapshotRequest other)
public TestIamPermissionsSnapshotRequest.Builder mergeFrom(TestIamPermissionsSnapshotRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
TestIamPermissionsSnapshotRequest |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsSnapshotRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TestIamPermissionsSnapshotRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsSnapshotRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public TestIamPermissionsSnapshotRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsSnapshotRequest.Builder |
|
mergeTestPermissionsRequestResource(TestPermissionsRequest value)
public TestIamPermissionsSnapshotRequest.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 |
TestIamPermissionsSnapshotRequest.Builder |
|
setProject(String value)
public TestIamPermissionsSnapshotRequest.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 |
TestIamPermissionsSnapshotRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public TestIamPermissionsSnapshotRequest.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 |
TestIamPermissionsSnapshotRequest.Builder |
This builder for chaining. |
setResource(String value)
public TestIamPermissionsSnapshotRequest.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 |
TestIamPermissionsSnapshotRequest.Builder |
This builder for chaining. |
setResourceBytes(ByteString value)
public TestIamPermissionsSnapshotRequest.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 |
TestIamPermissionsSnapshotRequest.Builder |
This builder for chaining. |
setTestPermissionsRequestResource(TestPermissionsRequest value)
public TestIamPermissionsSnapshotRequest.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 |
TestIamPermissionsSnapshotRequest.Builder |
|
setTestPermissionsRequestResource(TestPermissionsRequest.Builder builderForValue)
public TestIamPermissionsSnapshotRequest.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 |
TestIamPermissionsSnapshotRequest.Builder |
|