public static final class AuthenticationInfo.Builder extends GeneratedMessageV3.Builder<AuthenticationInfo.Builder> implements AuthenticationInfoOrBuilder
Authentication information for the operation.Protobuf type
google.cloud.audit.AuthenticationInfogetAllFields, 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<AuthenticationInfo.Builder>public AuthenticationInfo.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<AuthenticationInfo.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<AuthenticationInfo.Builder>public AuthenticationInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic AuthenticationInfo build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic AuthenticationInfo buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic AuthenticationInfo.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<AuthenticationInfo.Builder>public AuthenticationInfo.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<AuthenticationInfo.Builder>public AuthenticationInfo.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<AuthenticationInfo.Builder>public AuthenticationInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<AuthenticationInfo.Builder>public AuthenticationInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<AuthenticationInfo.Builder>public AuthenticationInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<AuthenticationInfo.Builder>public AuthenticationInfo.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<AuthenticationInfo.Builder>public AuthenticationInfo.Builder mergeFrom(AuthenticationInfo other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<AuthenticationInfo.Builder>public AuthenticationInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<AuthenticationInfo.Builder>java.io.IOExceptionpublic java.lang.String getPrincipalEmail()
The email address of the authenticated user making the request.
string principal_email = 1;getPrincipalEmail in interface AuthenticationInfoOrBuilderpublic ByteString getPrincipalEmailBytes()
The email address of the authenticated user making the request.
string principal_email = 1;getPrincipalEmailBytes in interface AuthenticationInfoOrBuilderpublic AuthenticationInfo.Builder setPrincipalEmail(java.lang.String value)
The email address of the authenticated user making the request.
string principal_email = 1;public AuthenticationInfo.Builder clearPrincipalEmail()
The email address of the authenticated user making the request.
string principal_email = 1;public AuthenticationInfo.Builder setPrincipalEmailBytes(ByteString value)
The email address of the authenticated user making the request.
string principal_email = 1;public final AuthenticationInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<AuthenticationInfo.Builder>public final AuthenticationInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<AuthenticationInfo.Builder>