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.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ServiceAccountDelegationInfo.FirstPartyPrincipal.Builder.clear()
ServiceAccountDelegationInfo.FirstPartyPrincipal.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) ServiceAccountDelegationInfo.FirstPartyPrincipal.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) 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.FirstPartyPrincipal.Builder.clone()
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.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) ServiceAccountDelegationInfo.FirstPartyPrincipal.newBuilder()
ServiceAccountDelegationInfo.FirstPartyPrincipal.newBuilder
(ServiceAccountDelegationInfo.FirstPartyPrincipal prototype) ServiceAccountDelegationInfo.FirstPartyPrincipal.newBuilderForType()
ServiceAccountDelegationInfo.FirstPartyPrincipal.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ServiceAccountDelegationInfo.FirstPartyPrincipal.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) 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.