Uses of Class
com.google.cloud.audit.ServiceAccountDelegationInfo
-
Packages that use ServiceAccountDelegationInfo Package Description com.google.cloud.audit -
-
Uses of ServiceAccountDelegationInfo in com.google.cloud.audit
Methods in com.google.cloud.audit that return ServiceAccountDelegationInfo Modifier and Type Method Description ServiceAccountDelegationInfo
ServiceAccountDelegationInfo.Builder. build()
ServiceAccountDelegationInfo
ServiceAccountDelegationInfo.Builder. buildPartial()
static ServiceAccountDelegationInfo
ServiceAccountDelegationInfo. getDefaultInstance()
ServiceAccountDelegationInfo
ServiceAccountDelegationInfo.Builder. getDefaultInstanceForType()
ServiceAccountDelegationInfo
ServiceAccountDelegationInfo. getDefaultInstanceForType()
ServiceAccountDelegationInfo
AuthenticationInfo.Builder. getServiceAccountDelegationInfo(int index)
Identity delegation history of an authenticated service account that makes the request.ServiceAccountDelegationInfo
AuthenticationInfo. getServiceAccountDelegationInfo(int index)
Identity delegation history of an authenticated service account that makes the request.ServiceAccountDelegationInfo
AuthenticationInfoOrBuilder. getServiceAccountDelegationInfo(int index)
Identity delegation history of an authenticated service account that makes the request.static ServiceAccountDelegationInfo
ServiceAccountDelegationInfo. parseDelimitedFrom(java.io.InputStream input)
static ServiceAccountDelegationInfo
ServiceAccountDelegationInfo. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static ServiceAccountDelegationInfo
ServiceAccountDelegationInfo. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAccountDelegationInfo
ServiceAccountDelegationInfo. parseFrom(java.nio.ByteBuffer data)
static ServiceAccountDelegationInfo
ServiceAccountDelegationInfo. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.audit that return types with arguments of type ServiceAccountDelegationInfo Modifier and Type Method Description com.google.protobuf.Parser<ServiceAccountDelegationInfo>
ServiceAccountDelegationInfo. getParserForType()
java.util.List<ServiceAccountDelegationInfo>
AuthenticationInfo.Builder. getServiceAccountDelegationInfoList()
Identity delegation history of an authenticated service account that makes the request.java.util.List<ServiceAccountDelegationInfo>
AuthenticationInfo. getServiceAccountDelegationInfoList()
Identity delegation history of an authenticated service account that makes the request.java.util.List<ServiceAccountDelegationInfo>
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 ServiceAccountDelegationInfo Modifier and Type Method Description 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 value)
Identity delegation history of an authenticated service account that makes the request.ServiceAccountDelegationInfo.Builder
ServiceAccountDelegationInfo.Builder. mergeFrom(ServiceAccountDelegationInfo other)
static ServiceAccountDelegationInfo.Builder
ServiceAccountDelegationInfo. newBuilder(ServiceAccountDelegationInfo prototype)
AuthenticationInfo.Builder
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 ServiceAccountDelegationInfo Modifier and Type Method Description AuthenticationInfo.Builder
AuthenticationInfo.Builder. addAllServiceAccountDelegationInfo(java.lang.Iterable<? extends ServiceAccountDelegationInfo> values)
Identity delegation history of an authenticated service account that makes the request.
-