public static final class GetIamPolicyStoragePoolRequest.Builder extends GeneratedMessage.Builder<GetIamPolicyStoragePoolRequest.Builder> implements GetIamPolicyStoragePoolRequestOrBuilderA request message for StoragePools.GetIamPolicy. See the method description for details.
Protobuf type google.cloud.compute.v1.GetIamPolicyStoragePoolRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetIamPolicyStoragePoolRequest.BuilderImplements
GetIamPolicyStoragePoolRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetIamPolicyStoragePoolRequest build()| Returns | |
|---|---|
| Type | Description |
GetIamPolicyStoragePoolRequest |
|
buildPartial()
public GetIamPolicyStoragePoolRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetIamPolicyStoragePoolRequest |
|
clear()
public GetIamPolicyStoragePoolRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetIamPolicyStoragePoolRequest.Builder |
|
clearOptionsRequestedPolicyVersion()
public GetIamPolicyStoragePoolRequest.Builder clearOptionsRequestedPolicyVersion()Requested IAM Policy version.
optional int32 options_requested_policy_version = 499220029;
| Returns | |
|---|---|
| Type | Description |
GetIamPolicyStoragePoolRequest.Builder |
This builder for chaining. |
clearProject()
public GetIamPolicyStoragePoolRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetIamPolicyStoragePoolRequest.Builder |
This builder for chaining. |
clearResource()
public GetIamPolicyStoragePoolRequest.Builder clearResource()Name or id of the resource for this request.
string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetIamPolicyStoragePoolRequest.Builder |
This builder for chaining. |
clearZone()
public GetIamPolicyStoragePoolRequest.Builder clearZone()The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetIamPolicyStoragePoolRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetIamPolicyStoragePoolRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetIamPolicyStoragePoolRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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. |
getZone()
public String getZone()The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The zone. |
getZoneBytes()
public ByteString getZoneBytes()The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for zone. |
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetIamPolicyStoragePoolRequest other)
public GetIamPolicyStoragePoolRequest.Builder mergeFrom(GetIamPolicyStoragePoolRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetIamPolicyStoragePoolRequest |
| Returns | |
|---|---|
| Type | Description |
GetIamPolicyStoragePoolRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetIamPolicyStoragePoolRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetIamPolicyStoragePoolRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetIamPolicyStoragePoolRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetIamPolicyStoragePoolRequest.Builder |
|
setOptionsRequestedPolicyVersion(int value)
public GetIamPolicyStoragePoolRequest.Builder setOptionsRequestedPolicyVersion(int value)Requested IAM Policy version.
optional int32 options_requested_policy_version = 499220029;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe optionsRequestedPolicyVersion to set. |
| Returns | |
|---|---|
| Type | Description |
GetIamPolicyStoragePoolRequest.Builder |
This builder for chaining. |
setProject(String value)
public GetIamPolicyStoragePoolRequest.Builder setProject(String value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe project to set. |
| Returns | |
|---|---|
| Type | Description |
GetIamPolicyStoragePoolRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public GetIamPolicyStoragePoolRequest.Builder setProjectBytes(ByteString value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for project to set. |
| Returns | |
|---|---|
| Type | Description |
GetIamPolicyStoragePoolRequest.Builder |
This builder for chaining. |
setResource(String value)
public GetIamPolicyStoragePoolRequest.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 |
StringThe resource to set. |
| Returns | |
|---|---|
| Type | Description |
GetIamPolicyStoragePoolRequest.Builder |
This builder for chaining. |
setResourceBytes(ByteString value)
public GetIamPolicyStoragePoolRequest.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 |
ByteStringThe bytes for resource to set. |
| Returns | |
|---|---|
| Type | Description |
GetIamPolicyStoragePoolRequest.Builder |
This builder for chaining. |
setZone(String value)
public GetIamPolicyStoragePoolRequest.Builder setZone(String value)The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe zone to set. |
| Returns | |
|---|---|
| Type | Description |
GetIamPolicyStoragePoolRequest.Builder |
This builder for chaining. |
setZoneBytes(ByteString value)
public GetIamPolicyStoragePoolRequest.Builder setZoneBytes(ByteString value)The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for zone to set. |
| Returns | |
|---|---|
| Type | Description |
GetIamPolicyStoragePoolRequest.Builder |
This builder for chaining. |