Class GetIamPolicySnapshotRequest.Builder (1.52.0)

public static final class GetIamPolicySnapshotRequest.Builder extends GeneratedMessageV3.Builder<GetIamPolicySnapshotRequest.Builder> implements GetIamPolicySnapshotRequestOrBuilder

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

Protobuf type google.cloud.compute.v1.GetIamPolicySnapshotRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GetIamPolicySnapshotRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GetIamPolicySnapshotRequest.Builder
Overrides

build()

public GetIamPolicySnapshotRequest build()
Returns
Type Description
GetIamPolicySnapshotRequest

buildPartial()

public GetIamPolicySnapshotRequest buildPartial()
Returns
Type Description
GetIamPolicySnapshotRequest

clear()

public GetIamPolicySnapshotRequest.Builder clear()
Returns
Type Description
GetIamPolicySnapshotRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public GetIamPolicySnapshotRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
GetIamPolicySnapshotRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public GetIamPolicySnapshotRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
GetIamPolicySnapshotRequest.Builder
Overrides

clearOptionsRequestedPolicyVersion()

public GetIamPolicySnapshotRequest.Builder clearOptionsRequestedPolicyVersion()

Requested IAM Policy version.

optional int32 options_requested_policy_version = 499220029;

Returns
Type Description
GetIamPolicySnapshotRequest.Builder

This builder for chaining.

clearProject()

public GetIamPolicySnapshotRequest.Builder clearProject()

Project ID for this request.

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

Returns
Type Description
GetIamPolicySnapshotRequest.Builder

This builder for chaining.

clearResource()

public GetIamPolicySnapshotRequest.Builder clearResource()

Name or id of the resource for this request.

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

Returns
Type Description
GetIamPolicySnapshotRequest.Builder

This builder for chaining.

clone()

public GetIamPolicySnapshotRequest.Builder clone()
Returns
Type Description
GetIamPolicySnapshotRequest.Builder
Overrides

getDefaultInstanceForType()

public GetIamPolicySnapshotRequest getDefaultInstanceForType()
Returns
Type Description
GetIamPolicySnapshotRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getOptionsRequestedPolicyVersion()

public int getOptionsRequestedPolicyVersion()

Requested IAM Policy version.

optional int32 options_requested_policy_version = 499220029;

Returns
Type Description
int

The optionsRequestedPolicyVersion.

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.

hasOptionsRequestedPolicyVersion()

public boolean hasOptionsRequestedPolicyVersion()

Requested IAM Policy version.

optional int32 options_requested_policy_version = 499220029;

Returns
Type Description
boolean

Whether the optionsRequestedPolicyVersion field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetIamPolicySnapshotRequest other)

public GetIamPolicySnapshotRequest.Builder mergeFrom(GetIamPolicySnapshotRequest other)
Parameter
Name Description
other GetIamPolicySnapshotRequest
Returns
Type Description
GetIamPolicySnapshotRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetIamPolicySnapshotRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetIamPolicySnapshotRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GetIamPolicySnapshotRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetIamPolicySnapshotRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public GetIamPolicySnapshotRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GetIamPolicySnapshotRequest.Builder
Overrides

setOptionsRequestedPolicyVersion(int value)

public GetIamPolicySnapshotRequest.Builder setOptionsRequestedPolicyVersion(int value)

Requested IAM Policy version.

optional int32 options_requested_policy_version = 499220029;

Parameter
Name Description
value int

The optionsRequestedPolicyVersion to set.

Returns
Type Description
GetIamPolicySnapshotRequest.Builder

This builder for chaining.

setProject(String value)

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

This builder for chaining.

setProjectBytes(ByteString value)

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

This builder for chaining.

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

public GetIamPolicySnapshotRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
GetIamPolicySnapshotRequest.Builder
Overrides

setResource(String value)

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

This builder for chaining.

setResourceBytes(ByteString value)

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

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final GetIamPolicySnapshotRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetIamPolicySnapshotRequest.Builder
Overrides