| Package | Description |
|---|---|
| com.google.cloud.audit |
| Modifier and Type | Method and Description |
|---|---|
ServiceAccountDelegationInfo |
ServiceAccountDelegationInfo.Builder.build() |
ServiceAccountDelegationInfo |
ServiceAccountDelegationInfo.Builder.buildPartial() |
static ServiceAccountDelegationInfo |
ServiceAccountDelegationInfo.getDefaultInstance() |
ServiceAccountDelegationInfo |
ServiceAccountDelegationInfo.getDefaultInstanceForType() |
ServiceAccountDelegationInfo |
ServiceAccountDelegationInfo.Builder.getDefaultInstanceForType() |
ServiceAccountDelegationInfo |
AuthenticationInfo.getServiceAccountDelegationInfo(int index)
Identity delegation history of an authenticated service account that makes
the request.
|
ServiceAccountDelegationInfo |
AuthenticationInfo.Builder.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(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(ByteBuffer data) |
static ServiceAccountDelegationInfo |
ServiceAccountDelegationInfo.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ServiceAccountDelegationInfo> |
ServiceAccountDelegationInfo.getParserForType() |
List<ServiceAccountDelegationInfo> |
AuthenticationInfo.getServiceAccountDelegationInfoList()
Identity delegation history of an authenticated service account that makes
the request.
|
List<ServiceAccountDelegationInfo> |
AuthenticationInfo.Builder.getServiceAccountDelegationInfoList()
Identity delegation history of an authenticated service account that makes
the request.
|
List<ServiceAccountDelegationInfo> |
AuthenticationInfoOrBuilder.getServiceAccountDelegationInfoList()
Identity delegation history of an authenticated service account that makes
the request.
|
static com.google.protobuf.Parser<ServiceAccountDelegationInfo> |
ServiceAccountDelegationInfo.parser() |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationInfo.Builder |
AuthenticationInfo.Builder.addAllServiceAccountDelegationInfo(Iterable<? extends ServiceAccountDelegationInfo> values)
Identity delegation history of an authenticated service account that makes
the request.
|
Copyright © 2021 Google LLC. All rights reserved.