Uses of Class
com.google.cloud.audit.ServiceAccountDelegationInfo.Builder
Packages that use ServiceAccountDelegationInfo.Builder
-
Uses of ServiceAccountDelegationInfo.Builder in com.google.cloud.audit
Subclasses with type arguments of type ServiceAccountDelegationInfo.Builder in com.google.cloud.auditModifier and TypeClassDescriptionstatic final classIdentity delegation history of an authenticated service account.Methods in com.google.cloud.audit that return ServiceAccountDelegationInfo.BuilderModifier and TypeMethodDescriptionServiceAccountDelegationInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AuthenticationInfo.Builder.addServiceAccountDelegationInfoBuilder()Identity delegation history of an authenticated service account that makes the request.AuthenticationInfo.Builder.addServiceAccountDelegationInfoBuilder(int index) Identity delegation history of an authenticated service account that makes the request.ServiceAccountDelegationInfo.Builder.clear()ServiceAccountDelegationInfo.Builder.clearAuthority()ServiceAccountDelegationInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ServiceAccountDelegationInfo.Builder.clearFirstPartyPrincipal()First party (Google) identity as the real authority.ServiceAccountDelegationInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ServiceAccountDelegationInfo.Builder.clearPrincipalSubject()A string representing the principal_subject associated with the identity.ServiceAccountDelegationInfo.Builder.clearThirdPartyPrincipal()Third party identity as the real authority.ServiceAccountDelegationInfo.Builder.clone()AuthenticationInfo.Builder.getServiceAccountDelegationInfoBuilder(int index) Identity delegation history of an authenticated service account that makes the request.ServiceAccountDelegationInfo.Builder.mergeFirstPartyPrincipal(ServiceAccountDelegationInfo.FirstPartyPrincipal value) First party (Google) identity as the real authority.ServiceAccountDelegationInfo.Builder.mergeFrom(ServiceAccountDelegationInfo other) ServiceAccountDelegationInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ServiceAccountDelegationInfo.Builder.mergeFrom(com.google.protobuf.Message other) ServiceAccountDelegationInfo.Builder.mergeThirdPartyPrincipal(ServiceAccountDelegationInfo.ThirdPartyPrincipal value) Third party identity as the real authority.ServiceAccountDelegationInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ServiceAccountDelegationInfo.newBuilder()ServiceAccountDelegationInfo.newBuilder(ServiceAccountDelegationInfo prototype) ServiceAccountDelegationInfo.newBuilderForType()protected ServiceAccountDelegationInfo.BuilderServiceAccountDelegationInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ServiceAccountDelegationInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ServiceAccountDelegationInfo.Builder.setFirstPartyPrincipal(ServiceAccountDelegationInfo.FirstPartyPrincipal value) First party (Google) identity as the real authority.ServiceAccountDelegationInfo.Builder.setFirstPartyPrincipal(ServiceAccountDelegationInfo.FirstPartyPrincipal.Builder builderForValue) First party (Google) identity as the real authority.ServiceAccountDelegationInfo.Builder.setPrincipalSubject(String value) A string representing the principal_subject associated with the identity.ServiceAccountDelegationInfo.Builder.setPrincipalSubjectBytes(com.google.protobuf.ByteString value) A string representing the principal_subject associated with the identity.ServiceAccountDelegationInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ServiceAccountDelegationInfo.Builder.setThirdPartyPrincipal(ServiceAccountDelegationInfo.ThirdPartyPrincipal value) Third party identity as the real authority.ServiceAccountDelegationInfo.Builder.setThirdPartyPrincipal(ServiceAccountDelegationInfo.ThirdPartyPrincipal.Builder builderForValue) Third party identity as the real authority.ServiceAccountDelegationInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ServiceAccountDelegationInfo.toBuilder()Methods in com.google.cloud.audit that return types with arguments of type ServiceAccountDelegationInfo.BuilderModifier and TypeMethodDescriptionAuthenticationInfo.Builder.getServiceAccountDelegationInfoBuilderList()Identity delegation history of an authenticated service account that makes the request.Methods in com.google.cloud.audit with parameters of type ServiceAccountDelegationInfo.BuilderModifier and TypeMethodDescriptionAuthenticationInfo.Builder.addServiceAccountDelegationInfo(int index, ServiceAccountDelegationInfo.Builder builderForValue) 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.setServiceAccountDelegationInfo(int index, ServiceAccountDelegationInfo.Builder builderForValue) Identity delegation history of an authenticated service account that makes the request.