public static final class GetIamPolicySnapshotRequest.Builder extends GeneratedMessageV3.Builder<GetIamPolicySnapshotRequest.Builder> implements GetIamPolicySnapshotRequestOrBuilderA request message for Snapshots.GetIamPolicy. See the method description for details.
Protobuf type google.cloud.compute.v1.GetIamPolicySnapshotRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetIamPolicySnapshotRequest.BuilderImplements
GetIamPolicySnapshotRequestOrBuilderMethods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetIamPolicySnapshotRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| GetIamPolicySnapshotRequest.Builder |
build()
public GetIamPolicySnapshotRequest build()| Type | Description |
| GetIamPolicySnapshotRequest |
buildPartial()
public GetIamPolicySnapshotRequest buildPartial()| Type | Description |
| GetIamPolicySnapshotRequest |
clear()
public GetIamPolicySnapshotRequest.Builder clear()| Type | Description |
| GetIamPolicySnapshotRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetIamPolicySnapshotRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| GetIamPolicySnapshotRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetIamPolicySnapshotRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| GetIamPolicySnapshotRequest.Builder |
clearOptionsRequestedPolicyVersion()
public GetIamPolicySnapshotRequest.Builder clearOptionsRequestedPolicyVersion()Requested IAM Policy version.
optional int32 options_requested_policy_version = 499220029;
| 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];
| 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];
| Type | Description |
| GetIamPolicySnapshotRequest.Builder | This builder for chaining. |
clone()
public GetIamPolicySnapshotRequest.Builder clone()| Type | Description |
| GetIamPolicySnapshotRequest.Builder |
getDefaultInstanceForType()
public GetIamPolicySnapshotRequest getDefaultInstanceForType()| Type | Description |
| GetIamPolicySnapshotRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
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. |
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(GetIamPolicySnapshotRequest other)
public GetIamPolicySnapshotRequest.Builder mergeFrom(GetIamPolicySnapshotRequest other)| Name | Description |
| other | GetIamPolicySnapshotRequest |
| Type | Description |
| GetIamPolicySnapshotRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetIamPolicySnapshotRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| GetIamPolicySnapshotRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public GetIamPolicySnapshotRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| GetIamPolicySnapshotRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetIamPolicySnapshotRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| GetIamPolicySnapshotRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetIamPolicySnapshotRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| GetIamPolicySnapshotRequest.Builder |
setOptionsRequestedPolicyVersion(int value)
public GetIamPolicySnapshotRequest.Builder setOptionsRequestedPolicyVersion(int value)Requested IAM Policy version.
optional int32 options_requested_policy_version = 499220029;
| Name | Description |
| value | intThe optionsRequestedPolicyVersion to set. |
| 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];
| Name | Description |
| value | StringThe project to set. |
| 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];
| Name | Description |
| value | ByteStringThe bytes for project to set. |
| 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)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| GetIamPolicySnapshotRequest.Builder |
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];
| Name | Description |
| value | StringThe resource to set. |
| 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];
| Name | Description |
| value | ByteStringThe bytes for resource to set. |
| Type | Description |
| GetIamPolicySnapshotRequest.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetIamPolicySnapshotRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| GetIamPolicySnapshotRequest.Builder |