public static final class GetIamPolicyResourcePolicyRequest.Builder extends GeneratedMessageV3.Builder<GetIamPolicyResourcePolicyRequest.Builder> implements GetIamPolicyResourcePolicyRequestOrBuilderA request message for ResourcePolicies.GetIamPolicy. See the method description for details.
Protobuf type google.cloud.compute.v1.GetIamPolicyResourcePolicyRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetIamPolicyResourcePolicyRequest.BuilderImplements
GetIamPolicyResourcePolicyRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetIamPolicyResourcePolicyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| GetIamPolicyResourcePolicyRequest.Builder |
build()
public GetIamPolicyResourcePolicyRequest build()| Type | Description |
| GetIamPolicyResourcePolicyRequest |
buildPartial()
public GetIamPolicyResourcePolicyRequest buildPartial()| Type | Description |
| GetIamPolicyResourcePolicyRequest |
clear()
public GetIamPolicyResourcePolicyRequest.Builder clear()| Type | Description |
| GetIamPolicyResourcePolicyRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetIamPolicyResourcePolicyRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| GetIamPolicyResourcePolicyRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetIamPolicyResourcePolicyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| GetIamPolicyResourcePolicyRequest.Builder |
clearOptionsRequestedPolicyVersion()
public GetIamPolicyResourcePolicyRequest.Builder clearOptionsRequestedPolicyVersion()Requested IAM Policy version.
optional int32 options_requested_policy_version = 499220029;
| Type | Description |
| GetIamPolicyResourcePolicyRequest.Builder | This builder for chaining. |
clearProject()
public GetIamPolicyResourcePolicyRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| GetIamPolicyResourcePolicyRequest.Builder | This builder for chaining. |
clearRegion()
public GetIamPolicyResourcePolicyRequest.Builder clearRegion()The name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| GetIamPolicyResourcePolicyRequest.Builder | This builder for chaining. |
clearResource()
public GetIamPolicyResourcePolicyRequest.Builder clearResource()Name or id of the resource for this request.
string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| GetIamPolicyResourcePolicyRequest.Builder | This builder for chaining. |
clone()
public GetIamPolicyResourcePolicyRequest.Builder clone()| Type | Description |
| GetIamPolicyResourcePolicyRequest.Builder |
getDefaultInstanceForType()
public GetIamPolicyResourcePolicyRequest getDefaultInstanceForType()| Type | Description |
| GetIamPolicyResourcePolicyRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getOptionsRequestedPolicyVersion()
public int getOptionsRequestedPolicyVersion()Requested IAM Policy version.
optional int32 options_requested_policy_version = 499220029;
| Type | Description |
| int | The optionsRequestedPolicyVersion. |
getProject()
public String getProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The project. |
getProjectBytes()
public ByteString getProjectBytes()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| 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];
| 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];
| Type | Description |
| 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];
| 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];
| Type | Description |
| ByteString | The bytes for resource. |
hasOptionsRequestedPolicyVersion()
public boolean hasOptionsRequestedPolicyVersion()Requested IAM Policy version.
optional int32 options_requested_policy_version = 499220029;
| Type | Description |
| boolean | Whether the optionsRequestedPolicyVersion field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(GetIamPolicyResourcePolicyRequest other)
public GetIamPolicyResourcePolicyRequest.Builder mergeFrom(GetIamPolicyResourcePolicyRequest other)| Name | Description |
| other | GetIamPolicyResourcePolicyRequest |
| Type | Description |
| GetIamPolicyResourcePolicyRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetIamPolicyResourcePolicyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| GetIamPolicyResourcePolicyRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public GetIamPolicyResourcePolicyRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| GetIamPolicyResourcePolicyRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetIamPolicyResourcePolicyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| GetIamPolicyResourcePolicyRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetIamPolicyResourcePolicyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| GetIamPolicyResourcePolicyRequest.Builder |
setOptionsRequestedPolicyVersion(int value)
public GetIamPolicyResourcePolicyRequest.Builder setOptionsRequestedPolicyVersion(int value)Requested IAM Policy version.
optional int32 options_requested_policy_version = 499220029;
| Name | Description |
| value | intThe optionsRequestedPolicyVersion to set. |
| Type | Description |
| GetIamPolicyResourcePolicyRequest.Builder | This builder for chaining. |
setProject(String value)
public GetIamPolicyResourcePolicyRequest.Builder setProject(String value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | StringThe project to set. |
| Type | Description |
| GetIamPolicyResourcePolicyRequest.Builder | This builder for chaining. |
setProjectBytes(ByteString value)
public GetIamPolicyResourcePolicyRequest.Builder setProjectBytes(ByteString value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | ByteStringThe bytes for project to set. |
| Type | Description |
| GetIamPolicyResourcePolicyRequest.Builder | This builder for chaining. |
setRegion(String value)
public GetIamPolicyResourcePolicyRequest.Builder setRegion(String value)The name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | StringThe region to set. |
| Type | Description |
| GetIamPolicyResourcePolicyRequest.Builder | This builder for chaining. |
setRegionBytes(ByteString value)
public GetIamPolicyResourcePolicyRequest.Builder setRegionBytes(ByteString value)The name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | ByteStringThe bytes for region to set. |
| Type | Description |
| GetIamPolicyResourcePolicyRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetIamPolicyResourcePolicyRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| GetIamPolicyResourcePolicyRequest.Builder |
setResource(String value)
public GetIamPolicyResourcePolicyRequest.Builder setResource(String value)Name or id of the resource for this request.
string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | StringThe resource to set. |
| Type | Description |
| GetIamPolicyResourcePolicyRequest.Builder | This builder for chaining. |
setResourceBytes(ByteString value)
public GetIamPolicyResourcePolicyRequest.Builder setResourceBytes(ByteString value)Name or id of the resource for this request.
string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | ByteStringThe bytes for resource to set. |
| Type | Description |
| GetIamPolicyResourcePolicyRequest.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetIamPolicyResourcePolicyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| GetIamPolicyResourcePolicyRequest.Builder |