public static final class GetIamPolicyRequest.Builder extends GeneratedMessageV3.Builder<GetIamPolicyRequest.Builder> implements GetIamPolicyRequestOrBuilder
Request message for `GetIamPolicy` method.Protobuf type
google.iam.v1.GetIamPolicyRequest
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<GetIamPolicyRequest.Builder>
public GetIamPolicyRequest.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<GetIamPolicyRequest.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<GetIamPolicyRequest.Builder>
public GetIamPolicyRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public GetIamPolicyRequest build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public GetIamPolicyRequest buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public GetIamPolicyRequest.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<GetIamPolicyRequest.Builder>
public GetIamPolicyRequest.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<GetIamPolicyRequest.Builder>
public GetIamPolicyRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<GetIamPolicyRequest.Builder>
public GetIamPolicyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<GetIamPolicyRequest.Builder>
public GetIamPolicyRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<GetIamPolicyRequest.Builder>
public GetIamPolicyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<GetIamPolicyRequest.Builder>
public GetIamPolicyRequest.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<GetIamPolicyRequest.Builder>
public GetIamPolicyRequest.Builder mergeFrom(GetIamPolicyRequest other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<GetIamPolicyRequest.Builder>
public GetIamPolicyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<GetIamPolicyRequest.Builder>
java.io.IOException
public 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 GetIamPolicyRequestOrBuilder
public 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 GetIamPolicyRequestOrBuilder
public 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 GetIamPolicyRequestOrBuilder
public 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 GetIamPolicyRequestOrBuilder
public 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 GetIamPolicyRequestOrBuilder
public final GetIamPolicyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<GetIamPolicyRequest.Builder>
public final GetIamPolicyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<GetIamPolicyRequest.Builder>