Uses of Class
com.google.cloud.audit.ServiceAccountDelegationInfo.FirstPartyPrincipal.Builder
Packages that use ServiceAccountDelegationInfo.FirstPartyPrincipal.Builder
-
Uses of ServiceAccountDelegationInfo.FirstPartyPrincipal.Builder in com.google.cloud.audit
Methods in com.google.cloud.audit that return ServiceAccountDelegationInfo.FirstPartyPrincipal.BuilderModifier and TypeMethodDescriptionServiceAccountDelegationInfo.FirstPartyPrincipal.Builder.clear()ServiceAccountDelegationInfo.FirstPartyPrincipal.Builder.clearPrincipalEmail()The email address of a Google account.ServiceAccountDelegationInfo.FirstPartyPrincipal.Builder.clearServiceMetadata()Metadata about the service that uses the service account.ServiceAccountDelegationInfo.Builder.getFirstPartyPrincipalBuilder()First party (Google) identity as the real authority.ServiceAccountDelegationInfo.FirstPartyPrincipal.Builder.mergeFrom(ServiceAccountDelegationInfo.FirstPartyPrincipal other) ServiceAccountDelegationInfo.FirstPartyPrincipal.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ServiceAccountDelegationInfo.FirstPartyPrincipal.Builder.mergeFrom(com.google.protobuf.Message other) ServiceAccountDelegationInfo.FirstPartyPrincipal.Builder.mergeServiceMetadata(com.google.protobuf.Struct value) Metadata about the service that uses the service account.ServiceAccountDelegationInfo.FirstPartyPrincipal.newBuilder()ServiceAccountDelegationInfo.FirstPartyPrincipal.newBuilder(ServiceAccountDelegationInfo.FirstPartyPrincipal prototype) ServiceAccountDelegationInfo.FirstPartyPrincipal.newBuilderForType()ServiceAccountDelegationInfo.FirstPartyPrincipal.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ServiceAccountDelegationInfo.FirstPartyPrincipal.Builder.setPrincipalEmail(String value) The email address of a Google account.ServiceAccountDelegationInfo.FirstPartyPrincipal.Builder.setPrincipalEmailBytes(com.google.protobuf.ByteString value) The email address of a Google account.ServiceAccountDelegationInfo.FirstPartyPrincipal.Builder.setServiceMetadata(com.google.protobuf.Struct value) Metadata about the service that uses the service account.ServiceAccountDelegationInfo.FirstPartyPrincipal.Builder.setServiceMetadata(com.google.protobuf.Struct.Builder builderForValue) Metadata about the service that uses the service account.ServiceAccountDelegationInfo.FirstPartyPrincipal.toBuilder()Methods in com.google.cloud.audit with parameters of type ServiceAccountDelegationInfo.FirstPartyPrincipal.BuilderModifier and TypeMethodDescriptionServiceAccountDelegationInfo.Builder.setFirstPartyPrincipal(ServiceAccountDelegationInfo.FirstPartyPrincipal.Builder builderForValue) First party (Google) identity as the real authority.