| Package | Description |
|---|---|
| com.google.cloud.audit |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.addAllServiceAccountDelegationInfo(Iterable<? extends ServiceAccountDelegationInfo> values)
Identity delegation history of an authenticated service account that makes
the request.
|
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.addServiceAccountDelegationInfo(int index,
ServiceAccountDelegationInfo.Builder builderForValue)
Identity delegation history of an authenticated service account that makes
the request.
|
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.addServiceAccountDelegationInfo(int index,
ServiceAccountDelegationInfo value)
Identity delegation history of an authenticated service account that makes
the request.
|
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.addServiceAccountDelegationInfo(ServiceAccountDelegationInfo.Builder builderForValue)
Identity delegation history of an authenticated service account that makes
the request.
|
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.addServiceAccountDelegationInfo(ServiceAccountDelegationInfo value)
Identity delegation history of an authenticated service account that makes
the request.
|
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.clear() |
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.clearAuthoritySelector()
The authority selector specified by the requestor, if any.
|
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.clearPrincipalEmail()
The email address of the authenticated user (or service account on behalf
of third party principal) making the request.
|
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.clearPrincipalSubject()
String representation of identity of requesting party.
|
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.clearServiceAccountDelegationInfo()
Identity delegation history of an authenticated service account that makes
the request.
|
AuthenticationInfo.Builder |
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 |
AuthenticationInfo.Builder.clearThirdPartyPrincipal()
The third party identification (if any) of the authenticated user making
the request.
|
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.clone() |
AuthenticationInfo.Builder |
AuditLog.Builder.getAuthenticationInfoBuilder()
Authentication information.
|
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.mergeFrom(AuthenticationInfo other) |
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.mergeThirdPartyPrincipal(com.google.protobuf.Struct value)
The third party identification (if any) of the authenticated user making
the request.
|
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static AuthenticationInfo.Builder |
AuthenticationInfo.newBuilder() |
static AuthenticationInfo.Builder |
AuthenticationInfo.newBuilder(AuthenticationInfo prototype) |
AuthenticationInfo.Builder |
AuthenticationInfo.newBuilderForType() |
protected AuthenticationInfo.Builder |
AuthenticationInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.removeServiceAccountDelegationInfo(int index)
Identity delegation history of an authenticated service account that makes
the request.
|
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.setAuthoritySelector(String value)
The authority selector specified by the requestor, if any.
|
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.setAuthoritySelectorBytes(com.google.protobuf.ByteString value)
The authority selector specified by the requestor, if any.
|
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AuthenticationInfo.Builder |
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 |
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 |
AuthenticationInfo.Builder.setPrincipalSubject(String value)
String representation of identity of requesting party.
|
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.setPrincipalSubjectBytes(com.google.protobuf.ByteString value)
String representation of identity of requesting party.
|
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.setServiceAccountDelegationInfo(int index,
ServiceAccountDelegationInfo.Builder builderForValue)
Identity delegation history of an authenticated service account that makes
the request.
|
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.setServiceAccountDelegationInfo(int index,
ServiceAccountDelegationInfo value)
Identity delegation history of an authenticated service account that makes
the request.
|
AuthenticationInfo.Builder |
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 |
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 |
AuthenticationInfo.Builder.setThirdPartyPrincipal(com.google.protobuf.Struct.Builder builderForValue)
The third party identification (if any) of the authenticated user making
the request.
|
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.setThirdPartyPrincipal(com.google.protobuf.Struct value)
The third party identification (if any) of the authenticated user making
the request.
|
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AuthenticationInfo.Builder |
AuthenticationInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
AuditLog.Builder |
AuditLog.Builder.setAuthenticationInfo(AuthenticationInfo.Builder builderForValue)
Authentication information.
|
Copyright © 2020 Google LLC. All rights reserved.