Uses of Class
com.google.cloud.audit.AuthenticationInfo.Builder
Packages that use AuthenticationInfo.Builder
-
Uses of AuthenticationInfo.Builder in com.google.cloud.audit
Methods in com.google.cloud.audit that return AuthenticationInfo.BuilderModifier and TypeMethodDescriptionAuthenticationInfo.Builder.addAllServiceAccountDelegationInfo(Iterable<? extends ServiceAccountDelegationInfo> values) Identity delegation history of an authenticated service account that makes the request.AuthenticationInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AuthenticationInfo.Builder.addServiceAccountDelegationInfo(int index, ServiceAccountDelegationInfo value) Identity delegation history of an authenticated service account that makes the request.AuthenticationInfo.Builder.addServiceAccountDelegationInfo(int index, ServiceAccountDelegationInfo.Builder builderForValue) Identity delegation history of an authenticated service account that makes the request.AuthenticationInfo.Builder.addServiceAccountDelegationInfo(ServiceAccountDelegationInfo value) Identity delegation history of an authenticated service account that makes the request.AuthenticationInfo.Builder.addServiceAccountDelegationInfo(ServiceAccountDelegationInfo.Builder builderForValue) Identity delegation history of an authenticated service account that makes the request.AuthenticationInfo.Builder.clear()AuthenticationInfo.Builder.clearAuthoritySelector()The authority selector specified by the requestor, if any.AuthenticationInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) AuthenticationInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) AuthenticationInfo.Builder.clearPrincipalEmail()The email address of the authenticated user (or service account on behalf of third party principal) making the request.AuthenticationInfo.Builder.clearPrincipalSubject()String representation of identity of requesting party.AuthenticationInfo.Builder.clearServiceAccountDelegationInfo()Identity delegation history of an authenticated service account that makes the request.AuthenticationInfo.Builder.clearServiceAccountKeyName()The name of the service account key used to create or exchange credentials for authenticating the service account making the request.AuthenticationInfo.Builder.clearThirdPartyPrincipal()The third party identification (if any) of the authenticated user making the request.AuthenticationInfo.Builder.clone()AuditLog.Builder.getAuthenticationInfoBuilder()Authentication information.AuthenticationInfo.Builder.mergeFrom(AuthenticationInfo other) AuthenticationInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AuthenticationInfo.Builder.mergeFrom(com.google.protobuf.Message other) AuthenticationInfo.Builder.mergeThirdPartyPrincipal(com.google.protobuf.Struct value) The third party identification (if any) of the authenticated user making the request.AuthenticationInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static AuthenticationInfo.BuilderAuthenticationInfo.newBuilder()static AuthenticationInfo.BuilderAuthenticationInfo.newBuilder(AuthenticationInfo prototype) AuthenticationInfo.newBuilderForType()protected AuthenticationInfo.BuilderAuthenticationInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) AuthenticationInfo.Builder.removeServiceAccountDelegationInfo(int index) Identity delegation history of an authenticated service account that makes the request.AuthenticationInfo.Builder.setAuthoritySelector(String value) The authority selector specified by the requestor, if any.AuthenticationInfo.Builder.setAuthoritySelectorBytes(com.google.protobuf.ByteString value) The authority selector specified by the requestor, if any.AuthenticationInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AuthenticationInfo.Builder.setPrincipalEmail(String value) The email address of the authenticated user (or service account on behalf of third party principal) making the request.AuthenticationInfo.Builder.setPrincipalEmailBytes(com.google.protobuf.ByteString value) The email address of the authenticated user (or service account on behalf of third party principal) making the request.AuthenticationInfo.Builder.setPrincipalSubject(String value) String representation of identity of requesting party.AuthenticationInfo.Builder.setPrincipalSubjectBytes(com.google.protobuf.ByteString value) String representation of identity of requesting party.AuthenticationInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) AuthenticationInfo.Builder.setServiceAccountDelegationInfo(int index, ServiceAccountDelegationInfo value) Identity delegation history of an authenticated service account that makes the request.AuthenticationInfo.Builder.setServiceAccountDelegationInfo(int index, ServiceAccountDelegationInfo.Builder builderForValue) Identity delegation history of an authenticated service account that makes the request.AuthenticationInfo.Builder.setServiceAccountKeyName(String value) The name of the service account key used to create or exchange credentials for authenticating the service account making the request.AuthenticationInfo.Builder.setServiceAccountKeyNameBytes(com.google.protobuf.ByteString value) The name of the service account key used to create or exchange credentials for authenticating the service account making the request.AuthenticationInfo.Builder.setThirdPartyPrincipal(com.google.protobuf.Struct value) The third party identification (if any) of the authenticated user making the request.AuthenticationInfo.Builder.setThirdPartyPrincipal(com.google.protobuf.Struct.Builder builderForValue) The third party identification (if any) of the authenticated user making the request.AuthenticationInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) AuthenticationInfo.toBuilder()Methods in com.google.cloud.audit with parameters of type AuthenticationInfo.BuilderModifier and TypeMethodDescriptionAuditLog.Builder.setAuthenticationInfo(AuthenticationInfo.Builder builderForValue) Authentication information.