public static final class GetIamPolicyRequest.Builder extends GeneratedMessageV3.Builder<GetIamPolicyRequest.Builder> implements GetIamPolicyRequestOrBuilder
Request message for `GetIamPolicy` method.Protobuf type
google.iam.v1.GetIamPolicyRequestgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<GetIamPolicyRequest.Builder>public GetIamPolicyRequest.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<GetIamPolicyRequest.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<GetIamPolicyRequest.Builder>public GetIamPolicyRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic GetIamPolicyRequest build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic GetIamPolicyRequest buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic GetIamPolicyRequest.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<GetIamPolicyRequest.Builder>public GetIamPolicyRequest.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<GetIamPolicyRequest.Builder>public GetIamPolicyRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<GetIamPolicyRequest.Builder>public GetIamPolicyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<GetIamPolicyRequest.Builder>public GetIamPolicyRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<GetIamPolicyRequest.Builder>public GetIamPolicyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<GetIamPolicyRequest.Builder>public GetIamPolicyRequest.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<GetIamPolicyRequest.Builder>public GetIamPolicyRequest.Builder mergeFrom(GetIamPolicyRequest other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<GetIamPolicyRequest.Builder>public GetIamPolicyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<GetIamPolicyRequest.Builder>java.io.IOExceptionpublic java.lang.String getResource()
REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.
string resource = 1;getResource in interface GetIamPolicyRequestOrBuilderpublic ByteString getResourceBytes()
REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.
string resource = 1;getResourceBytes in interface GetIamPolicyRequestOrBuilderpublic GetIamPolicyRequest.Builder setResource(java.lang.String value)
REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.
string resource = 1;public GetIamPolicyRequest.Builder clearResource()
REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.
string resource = 1;public GetIamPolicyRequest.Builder setResourceBytes(ByteString value)
REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.
string resource = 1;public boolean hasOptions()
OPTIONAL: A `GetPolicyOptions` object for specifying options to `GetIamPolicy`. This field is only used by Cloud IAM.
.google.iam.v1.GetPolicyOptions options = 2;hasOptions in interface GetIamPolicyRequestOrBuilderpublic GetPolicyOptions getOptions()
OPTIONAL: A `GetPolicyOptions` object for specifying options to `GetIamPolicy`. This field is only used by Cloud IAM.
.google.iam.v1.GetPolicyOptions options = 2;getOptions in interface GetIamPolicyRequestOrBuilderpublic GetIamPolicyRequest.Builder setOptions(GetPolicyOptions value)
OPTIONAL: A `GetPolicyOptions` object for specifying options to `GetIamPolicy`. This field is only used by Cloud IAM.
.google.iam.v1.GetPolicyOptions options = 2;public GetIamPolicyRequest.Builder setOptions(GetPolicyOptions.Builder builderForValue)
OPTIONAL: A `GetPolicyOptions` object for specifying options to `GetIamPolicy`. This field is only used by Cloud IAM.
.google.iam.v1.GetPolicyOptions options = 2;public GetIamPolicyRequest.Builder mergeOptions(GetPolicyOptions value)
OPTIONAL: A `GetPolicyOptions` object for specifying options to `GetIamPolicy`. This field is only used by Cloud IAM.
.google.iam.v1.GetPolicyOptions options = 2;public GetIamPolicyRequest.Builder clearOptions()
OPTIONAL: A `GetPolicyOptions` object for specifying options to `GetIamPolicy`. This field is only used by Cloud IAM.
.google.iam.v1.GetPolicyOptions options = 2;public GetPolicyOptions.Builder getOptionsBuilder()
OPTIONAL: A `GetPolicyOptions` object for specifying options to `GetIamPolicy`. This field is only used by Cloud IAM.
.google.iam.v1.GetPolicyOptions options = 2;public GetPolicyOptionsOrBuilder getOptionsOrBuilder()
OPTIONAL: A `GetPolicyOptions` object for specifying options to `GetIamPolicy`. This field is only used by Cloud IAM.
.google.iam.v1.GetPolicyOptions options = 2;getOptionsOrBuilder in interface GetIamPolicyRequestOrBuilderpublic final GetIamPolicyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<GetIamPolicyRequest.Builder>public final GetIamPolicyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<GetIamPolicyRequest.Builder>