Class SetIamPolicyRegionInstantSnapshotRequest.Builder (1.93.0)

public static final class SetIamPolicyRegionInstantSnapshotRequest.Builder extends GeneratedMessage.Builder<SetIamPolicyRegionInstantSnapshotRequest.Builder> implements SetIamPolicyRegionInstantSnapshotRequestOrBuilder

A request message for RegionInstantSnapshots.SetIamPolicy. See the method description for details.

Protobuf type google.cloud.compute.v1.SetIamPolicyRegionInstantSnapshotRequest

Static Methods

getDescriptor()

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

Methods

build()

public SetIamPolicyRegionInstantSnapshotRequest build()
Returns
Type Description
SetIamPolicyRegionInstantSnapshotRequest

buildPartial()

public SetIamPolicyRegionInstantSnapshotRequest buildPartial()
Returns
Type Description
SetIamPolicyRegionInstantSnapshotRequest

clear()

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

clearProject()

public SetIamPolicyRegionInstantSnapshotRequest.Builder clearProject()

Project ID for this request.

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

Returns
Type Description
SetIamPolicyRegionInstantSnapshotRequest.Builder

This builder for chaining.

clearRegion()

public SetIamPolicyRegionInstantSnapshotRequest.Builder clearRegion()

The name of the region for this request.

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

Returns
Type Description
SetIamPolicyRegionInstantSnapshotRequest.Builder

This builder for chaining.

clearRegionSetPolicyRequestResource()

public SetIamPolicyRegionInstantSnapshotRequest.Builder clearRegionSetPolicyRequestResource()

The body resource for this request

.google.cloud.compute.v1.RegionSetPolicyRequest region_set_policy_request_resource = 276489091 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SetIamPolicyRegionInstantSnapshotRequest.Builder

clearResource()

public SetIamPolicyRegionInstantSnapshotRequest.Builder clearResource()

Name or id of the resource for this request.

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

Returns
Type Description
SetIamPolicyRegionInstantSnapshotRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public SetIamPolicyRegionInstantSnapshotRequest getDefaultInstanceForType()
Returns
Type Description
SetIamPolicyRegionInstantSnapshotRequest

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.

getRegion()

public String getRegion()

The name of the region for this request.

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

Returns
Type Description
String

The region.

getRegionBytes()

public ByteString getRegionBytes()

The name of the region for this request.

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

Returns
Type Description
ByteString

The bytes for region.

getRegionSetPolicyRequestResource()

public RegionSetPolicyRequest getRegionSetPolicyRequestResource()

The body resource for this request

.google.cloud.compute.v1.RegionSetPolicyRequest region_set_policy_request_resource = 276489091 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
RegionSetPolicyRequest

The regionSetPolicyRequestResource.

getRegionSetPolicyRequestResourceBuilder()

public RegionSetPolicyRequest.Builder getRegionSetPolicyRequestResourceBuilder()

The body resource for this request

.google.cloud.compute.v1.RegionSetPolicyRequest region_set_policy_request_resource = 276489091 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
RegionSetPolicyRequest.Builder

getRegionSetPolicyRequestResourceOrBuilder()

public RegionSetPolicyRequestOrBuilder getRegionSetPolicyRequestResourceOrBuilder()

The body resource for this request

.google.cloud.compute.v1.RegionSetPolicyRequest region_set_policy_request_resource = 276489091 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
RegionSetPolicyRequestOrBuilder

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.

hasRegionSetPolicyRequestResource()

public boolean hasRegionSetPolicyRequestResource()

The body resource for this request

.google.cloud.compute.v1.RegionSetPolicyRequest region_set_policy_request_resource = 276489091 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the regionSetPolicyRequestResource field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SetIamPolicyRegionInstantSnapshotRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeRegionSetPolicyRequestResource(RegionSetPolicyRequest value)

public SetIamPolicyRegionInstantSnapshotRequest.Builder mergeRegionSetPolicyRequestResource(RegionSetPolicyRequest value)

The body resource for this request

.google.cloud.compute.v1.RegionSetPolicyRequest region_set_policy_request_resource = 276489091 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value RegionSetPolicyRequest
Returns
Type Description
SetIamPolicyRegionInstantSnapshotRequest.Builder

setProject(String value)

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

This builder for chaining.

setProjectBytes(ByteString value)

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

This builder for chaining.

setRegion(String value)

public SetIamPolicyRegionInstantSnapshotRequest.Builder setRegion(String value)

The name of the region for this request.

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

Parameter
Name Description
value String

The region to set.

Returns
Type Description
SetIamPolicyRegionInstantSnapshotRequest.Builder

This builder for chaining.

setRegionBytes(ByteString value)

public SetIamPolicyRegionInstantSnapshotRequest.Builder setRegionBytes(ByteString value)

The name of the region for this request.

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

Parameter
Name Description
value ByteString

The bytes for region to set.

Returns
Type Description
SetIamPolicyRegionInstantSnapshotRequest.Builder

This builder for chaining.

setRegionSetPolicyRequestResource(RegionSetPolicyRequest value)

public SetIamPolicyRegionInstantSnapshotRequest.Builder setRegionSetPolicyRequestResource(RegionSetPolicyRequest value)

The body resource for this request

.google.cloud.compute.v1.RegionSetPolicyRequest region_set_policy_request_resource = 276489091 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value RegionSetPolicyRequest
Returns
Type Description
SetIamPolicyRegionInstantSnapshotRequest.Builder

setRegionSetPolicyRequestResource(RegionSetPolicyRequest.Builder builderForValue)

public SetIamPolicyRegionInstantSnapshotRequest.Builder setRegionSetPolicyRequestResource(RegionSetPolicyRequest.Builder builderForValue)

The body resource for this request

.google.cloud.compute.v1.RegionSetPolicyRequest region_set_policy_request_resource = 276489091 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue RegionSetPolicyRequest.Builder
Returns
Type Description
SetIamPolicyRegionInstantSnapshotRequest.Builder

setResource(String value)

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

This builder for chaining.

setResourceBytes(ByteString value)

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

This builder for chaining.