Class TestIamPermissionsSnapshotRequest.Builder (1.93.0)

public static final class TestIamPermissionsSnapshotRequest.Builder extends GeneratedMessage.Builder<TestIamPermissionsSnapshotRequest.Builder> implements TestIamPermissionsSnapshotRequestOrBuilder

A request message for Snapshots.TestIamPermissions. See the method description for details.

Protobuf type google.cloud.compute.v1.TestIamPermissionsSnapshotRequest

Static 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
Overrides

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
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public TestIamPermissionsSnapshotRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
TestIamPermissionsSnapshotRequest.Builder
Overrides

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 String

The 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 ByteString

The 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 String

The 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 ByteString

The 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