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 ServiceAccountDelegationInfoServiceAccountDelegationInfo.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 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 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.