Class TestIamPermissionsServiceAttachmentRequest.Builder (1.49.0)

public static final class TestIamPermissionsServiceAttachmentRequest.Builder extends GeneratedMessageV3.Builder<TestIamPermissionsServiceAttachmentRequest.Builder> implements TestIamPermissionsServiceAttachmentRequestOrBuilder

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

Protobuf type google.cloud.compute.v1.TestIamPermissionsServiceAttachmentRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public TestIamPermissionsServiceAttachmentRequest build()
Returns
TypeDescription
TestIamPermissionsServiceAttachmentRequest

buildPartial()

public TestIamPermissionsServiceAttachmentRequest buildPartial()
Returns
TypeDescription
TestIamPermissionsServiceAttachmentRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearProject()

public TestIamPermissionsServiceAttachmentRequest.Builder clearProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
TestIamPermissionsServiceAttachmentRequest.Builder

clone()

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

getDefaultInstanceForType()

public TestIamPermissionsServiceAttachmentRequest getDefaultInstanceForType()
Returns
TypeDescription
TestIamPermissionsServiceAttachmentRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getProject()

public String getProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The project.

getProjectBytes()

public ByteString getProjectBytes()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
TypeDescription
String

The region.

getRegionBytes()

public ByteString getRegionBytes()

The name of the region for this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the testPermissionsRequestResource field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(TestIamPermissionsServiceAttachmentRequest other)

public TestIamPermissionsServiceAttachmentRequest.Builder mergeFrom(TestIamPermissionsServiceAttachmentRequest other)
Parameter
NameDescription
otherTestIamPermissionsServiceAttachmentRequest
Returns
TypeDescription
TestIamPermissionsServiceAttachmentRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

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
NameDescription
valueTestPermissionsRequest
Returns
TypeDescription
TestIamPermissionsServiceAttachmentRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setProject(String value)

public TestIamPermissionsServiceAttachmentRequest.Builder setProject(String value)

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The project to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for project to set.

Returns
TypeDescription
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
NameDescription
valueString

The region to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for region to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
TestIamPermissionsServiceAttachmentRequest.Builder
Overrides

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
NameDescription
valueString

The resource to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for resource to set.

Returns
TypeDescription
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
NameDescription
valueTestPermissionsRequest
Returns
TypeDescription
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
NameDescription
builderForValueTestPermissionsRequest.Builder
Returns
TypeDescription
TestIamPermissionsServiceAttachmentRequest.Builder

setUnknownFields(UnknownFieldSet unknownFields)

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