Uses of Class
com.google.cloud.audit.ServiceAccountDelegationInfo
Packages that use ServiceAccountDelegationInfo
-
Uses of ServiceAccountDelegationInfo in com.google.cloud.audit
Methods in com.google.cloud.audit that return ServiceAccountDelegationInfoModifier and TypeMethodDescriptionServiceAccountDelegationInfo.Builder.build()
ServiceAccountDelegationInfo.Builder.buildPartial()
static ServiceAccountDelegationInfo
ServiceAccountDelegationInfo.getDefaultInstance()
ServiceAccountDelegationInfo.Builder.getDefaultInstanceForType()
ServiceAccountDelegationInfo.getDefaultInstanceForType()
AuthenticationInfo.Builder.getServiceAccountDelegationInfo
(int index) Identity delegation history of an authenticated service account that makes the request.AuthenticationInfo.getServiceAccountDelegationInfo
(int index) Identity delegation history of an authenticated service account that makes the request.AuthenticationInfoOrBuilder.getServiceAccountDelegationInfo
(int index) Identity delegation history of an authenticated service account that makes the request.static ServiceAccountDelegationInfo
ServiceAccountDelegationInfo.parseDelimitedFrom
(InputStream input) static ServiceAccountDelegationInfo
ServiceAccountDelegationInfo.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceAccountDelegationInfo
ServiceAccountDelegationInfo.parseFrom
(byte[] data) static ServiceAccountDelegationInfo
ServiceAccountDelegationInfo.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceAccountDelegationInfo
ServiceAccountDelegationInfo.parseFrom
(com.google.protobuf.ByteString data) static ServiceAccountDelegationInfo
ServiceAccountDelegationInfo.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceAccountDelegationInfo
ServiceAccountDelegationInfo.parseFrom
(com.google.protobuf.CodedInputStream input) static ServiceAccountDelegationInfo
ServiceAccountDelegationInfo.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceAccountDelegationInfo
ServiceAccountDelegationInfo.parseFrom
(InputStream input) static ServiceAccountDelegationInfo
ServiceAccountDelegationInfo.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceAccountDelegationInfo
ServiceAccountDelegationInfo.parseFrom
(ByteBuffer data) static ServiceAccountDelegationInfo
ServiceAccountDelegationInfo.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.audit that return types with arguments of type ServiceAccountDelegationInfoModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<ServiceAccountDelegationInfo> ServiceAccountDelegationInfo.getParserForType()
AuthenticationInfo.Builder.getServiceAccountDelegationInfoList()
Identity delegation history of an authenticated service account that makes the request.AuthenticationInfo.getServiceAccountDelegationInfoList()
Identity delegation history of an authenticated service account that makes the request.AuthenticationInfoOrBuilder.getServiceAccountDelegationInfoList()
Identity delegation history of an authenticated service account that makes the request.static com.google.protobuf.Parser
<ServiceAccountDelegationInfo> ServiceAccountDelegationInfo.parser()
Methods in com.google.cloud.audit with parameters of type ServiceAccountDelegationInfoModifier and TypeMethodDescriptionAuthenticationInfo.Builder.addServiceAccountDelegationInfo
(int index, ServiceAccountDelegationInfo value) 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.ServiceAccountDelegationInfo.Builder.mergeFrom
(ServiceAccountDelegationInfo other) ServiceAccountDelegationInfo.newBuilder
(ServiceAccountDelegationInfo prototype) AuthenticationInfo.Builder.setServiceAccountDelegationInfo
(int index, ServiceAccountDelegationInfo value) Identity delegation history of an authenticated service account that makes the request.Method parameters in com.google.cloud.audit with type arguments of type ServiceAccountDelegationInfoModifier and TypeMethodDescriptionAuthenticationInfo.Builder.addAllServiceAccountDelegationInfo
(Iterable<? extends ServiceAccountDelegationInfo> values) Identity delegation history of an authenticated service account that makes the request.