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 ServiceAccountDelegationInfoServiceAccountDelegationInfo.Builder. build()ServiceAccountDelegationInfoServiceAccountDelegationInfo.Builder. buildPartial()static ServiceAccountDelegationInfoServiceAccountDelegationInfo. getDefaultInstance()ServiceAccountDelegationInfoServiceAccountDelegationInfo.Builder. getDefaultInstanceForType()ServiceAccountDelegationInfoServiceAccountDelegationInfo. getDefaultInstanceForType()ServiceAccountDelegationInfoAuthenticationInfo.Builder. getServiceAccountDelegationInfo(int index)Identity delegation history of an authenticated service account that makes the request.ServiceAccountDelegationInfoAuthenticationInfo. getServiceAccountDelegationInfo(int index)Identity delegation history of an authenticated service account that makes the request.ServiceAccountDelegationInfoAuthenticationInfoOrBuilder. getServiceAccountDelegationInfo(int index)Identity delegation history of an authenticated service account that makes the request.static ServiceAccountDelegationInfoServiceAccountDelegationInfo. parseDelimitedFrom(InputStream input)static ServiceAccountDelegationInfoServiceAccountDelegationInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAccountDelegationInfoServiceAccountDelegationInfo. parseFrom(byte[] data)static ServiceAccountDelegationInfoServiceAccountDelegationInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAccountDelegationInfoServiceAccountDelegationInfo. parseFrom(com.google.protobuf.ByteString data)static ServiceAccountDelegationInfoServiceAccountDelegationInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAccountDelegationInfoServiceAccountDelegationInfo. parseFrom(com.google.protobuf.CodedInputStream input)static ServiceAccountDelegationInfoServiceAccountDelegationInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAccountDelegationInfoServiceAccountDelegationInfo. parseFrom(InputStream input)static ServiceAccountDelegationInfoServiceAccountDelegationInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAccountDelegationInfoServiceAccountDelegationInfo. parseFrom(ByteBuffer data)static ServiceAccountDelegationInfoServiceAccountDelegationInfo. parseFrom(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()List<ServiceAccountDelegationInfo>AuthenticationInfo.Builder. getServiceAccountDelegationInfoList()Identity delegation history of an authenticated service account that makes the request.List<ServiceAccountDelegationInfo>AuthenticationInfo. 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()Methods in com.google.cloud.audit with parameters of type ServiceAccountDelegationInfo Modifier and Type Method Description AuthenticationInfo.BuilderAuthenticationInfo.Builder. addServiceAccountDelegationInfo(int index, ServiceAccountDelegationInfo value)Identity delegation history of an authenticated service account that makes the request.AuthenticationInfo.BuilderAuthenticationInfo.Builder. addServiceAccountDelegationInfo(ServiceAccountDelegationInfo value)Identity delegation history of an authenticated service account that makes the request.ServiceAccountDelegationInfo.BuilderServiceAccountDelegationInfo.Builder. mergeFrom(ServiceAccountDelegationInfo other)static ServiceAccountDelegationInfo.BuilderServiceAccountDelegationInfo. newBuilder(ServiceAccountDelegationInfo prototype)AuthenticationInfo.BuilderAuthenticationInfo.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.BuilderAuthenticationInfo.Builder. addAllServiceAccountDelegationInfo(Iterable<? extends ServiceAccountDelegationInfo> values)Identity delegation history of an authenticated service account that makes the request.
-