Class GetIamPolicyServiceAttachmentRequest.Builder (1.51.0)

public static final class GetIamPolicyServiceAttachmentRequest.Builder extends GeneratedMessageV3.Builder<GetIamPolicyServiceAttachmentRequest.Builder> implements GetIamPolicyServiceAttachmentRequestOrBuilder

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

Protobuf type google.cloud.compute.v1.GetIamPolicyServiceAttachmentRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public GetIamPolicyServiceAttachmentRequest build()
Returns
TypeDescription
GetIamPolicyServiceAttachmentRequest

buildPartial()

public GetIamPolicyServiceAttachmentRequest buildPartial()
Returns
TypeDescription
GetIamPolicyServiceAttachmentRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearOptionsRequestedPolicyVersion()

public GetIamPolicyServiceAttachmentRequest.Builder clearOptionsRequestedPolicyVersion()

Requested IAM Policy version.

optional int32 options_requested_policy_version = 499220029;

Returns
TypeDescription
GetIamPolicyServiceAttachmentRequest.Builder

This builder for chaining.

clearProject()

public GetIamPolicyServiceAttachmentRequest.Builder clearProject()

Project ID for this request.

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

Returns
TypeDescription
GetIamPolicyServiceAttachmentRequest.Builder

This builder for chaining.

clearRegion()

public GetIamPolicyServiceAttachmentRequest.Builder clearRegion()

The name of the region for this request.

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

Returns
TypeDescription
GetIamPolicyServiceAttachmentRequest.Builder

This builder for chaining.

clearResource()

public GetIamPolicyServiceAttachmentRequest.Builder clearResource()

Name or id of the resource for this request.

string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
GetIamPolicyServiceAttachmentRequest.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public GetIamPolicyServiceAttachmentRequest getDefaultInstanceForType()
Returns
TypeDescription
GetIamPolicyServiceAttachmentRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getOptionsRequestedPolicyVersion()

public int getOptionsRequestedPolicyVersion()

Requested IAM Policy version.

optional int32 options_requested_policy_version = 499220029;

Returns
TypeDescription
int

The optionsRequestedPolicyVersion.

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.

hasOptionsRequestedPolicyVersion()

public boolean hasOptionsRequestedPolicyVersion()

Requested IAM Policy version.

optional int32 options_requested_policy_version = 499220029;

Returns
TypeDescription
boolean

Whether the optionsRequestedPolicyVersion field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(GetIamPolicyServiceAttachmentRequest other)

public GetIamPolicyServiceAttachmentRequest.Builder mergeFrom(GetIamPolicyServiceAttachmentRequest other)
Parameter
NameDescription
otherGetIamPolicyServiceAttachmentRequest
Returns
TypeDescription
GetIamPolicyServiceAttachmentRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setOptionsRequestedPolicyVersion(int value)

public GetIamPolicyServiceAttachmentRequest.Builder setOptionsRequestedPolicyVersion(int value)

Requested IAM Policy version.

optional int32 options_requested_policy_version = 499220029;

Parameter
NameDescription
valueint

The optionsRequestedPolicyVersion to set.

Returns
TypeDescription
GetIamPolicyServiceAttachmentRequest.Builder

This builder for chaining.

setProject(String value)

public GetIamPolicyServiceAttachmentRequest.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
GetIamPolicyServiceAttachmentRequest.Builder

This builder for chaining.

setProjectBytes(ByteString value)

public GetIamPolicyServiceAttachmentRequest.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
GetIamPolicyServiceAttachmentRequest.Builder

This builder for chaining.

setRegion(String value)

public GetIamPolicyServiceAttachmentRequest.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
GetIamPolicyServiceAttachmentRequest.Builder

This builder for chaining.

setRegionBytes(ByteString value)

public GetIamPolicyServiceAttachmentRequest.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
GetIamPolicyServiceAttachmentRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public GetIamPolicyServiceAttachmentRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
GetIamPolicyServiceAttachmentRequest.Builder
Overrides

setResource(String value)

public GetIamPolicyServiceAttachmentRequest.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
GetIamPolicyServiceAttachmentRequest.Builder

This builder for chaining.

setResourceBytes(ByteString value)

public GetIamPolicyServiceAttachmentRequest.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
GetIamPolicyServiceAttachmentRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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