public static final class GetIamPolicyImageRequest.Builder extends GeneratedMessage.Builder<GetIamPolicyImageRequest.Builder> implements GetIamPolicyImageRequestOrBuilderA request message for Images.GetIamPolicy. See the method description for details.
Protobuf type google.cloud.compute.v1.GetIamPolicyImageRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetIamPolicyImageRequest.BuilderImplements
GetIamPolicyImageRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetIamPolicyImageRequest build()| Returns | |
|---|---|
| Type | Description |
GetIamPolicyImageRequest |
|
buildPartial()
public GetIamPolicyImageRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetIamPolicyImageRequest |
|
clear()
public GetIamPolicyImageRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetIamPolicyImageRequest.Builder |
|
clearOptionsRequestedPolicyVersion()
public GetIamPolicyImageRequest.Builder clearOptionsRequestedPolicyVersion()Requested IAM Policy version.
optional int32 options_requested_policy_version = 499220029;
| Returns | |
|---|---|
| Type | Description |
GetIamPolicyImageRequest.Builder |
This builder for chaining. |
clearProject()
public GetIamPolicyImageRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetIamPolicyImageRequest.Builder |
This builder for chaining. |
clearResource()
public GetIamPolicyImageRequest.Builder clearResource()Name or id of the resource for this request.
string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetIamPolicyImageRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetIamPolicyImageRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetIamPolicyImageRequest |
|
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. |
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(GetIamPolicyImageRequest other)
public GetIamPolicyImageRequest.Builder mergeFrom(GetIamPolicyImageRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetIamPolicyImageRequest |
| Returns | |
|---|---|
| Type | Description |
GetIamPolicyImageRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetIamPolicyImageRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetIamPolicyImageRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetIamPolicyImageRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetIamPolicyImageRequest.Builder |
|
setOptionsRequestedPolicyVersion(int value)
public GetIamPolicyImageRequest.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 |
GetIamPolicyImageRequest.Builder |
This builder for chaining. |
setProject(String value)
public GetIamPolicyImageRequest.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 |
GetIamPolicyImageRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public GetIamPolicyImageRequest.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 |
GetIamPolicyImageRequest.Builder |
This builder for chaining. |
setResource(String value)
public GetIamPolicyImageRequest.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 |
GetIamPolicyImageRequest.Builder |
This builder for chaining. |
setResourceBytes(ByteString value)
public GetIamPolicyImageRequest.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 |
GetIamPolicyImageRequest.Builder |
This builder for chaining. |