Uses of Class
com.google.cloud.securitycenter.v1.ServiceAccountDelegationInfo
-
Packages that use ServiceAccountDelegationInfo Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of ServiceAccountDelegationInfo in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 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
Access.Builder. getServiceAccountDelegationInfo(int index)
The identity delegation history of an authenticated service account that made the request.ServiceAccountDelegationInfo
Access. getServiceAccountDelegationInfo(int index)
The identity delegation history of an authenticated service account that made the request.ServiceAccountDelegationInfo
AccessOrBuilder. getServiceAccountDelegationInfo(int index)
The identity delegation history of an authenticated service account that made 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.securitycenter.v1 that return types with arguments of type ServiceAccountDelegationInfo Modifier and Type Method Description com.google.protobuf.Parser<ServiceAccountDelegationInfo>
ServiceAccountDelegationInfo. getParserForType()
List<ServiceAccountDelegationInfo>
Access.Builder. getServiceAccountDelegationInfoList()
The identity delegation history of an authenticated service account that made the request.List<ServiceAccountDelegationInfo>
Access. getServiceAccountDelegationInfoList()
The identity delegation history of an authenticated service account that made the request.List<ServiceAccountDelegationInfo>
AccessOrBuilder. getServiceAccountDelegationInfoList()
The identity delegation history of an authenticated service account that made the request.static com.google.protobuf.Parser<ServiceAccountDelegationInfo>
ServiceAccountDelegationInfo. parser()
Methods in com.google.cloud.securitycenter.v1 with parameters of type ServiceAccountDelegationInfo Modifier and Type Method Description Access.Builder
Access.Builder. addServiceAccountDelegationInfo(int index, ServiceAccountDelegationInfo value)
The identity delegation history of an authenticated service account that made the request.Access.Builder
Access.Builder. addServiceAccountDelegationInfo(ServiceAccountDelegationInfo value)
The identity delegation history of an authenticated service account that made the request.ServiceAccountDelegationInfo.Builder
ServiceAccountDelegationInfo.Builder. mergeFrom(ServiceAccountDelegationInfo other)
static ServiceAccountDelegationInfo.Builder
ServiceAccountDelegationInfo. newBuilder(ServiceAccountDelegationInfo prototype)
Access.Builder
Access.Builder. setServiceAccountDelegationInfo(int index, ServiceAccountDelegationInfo value)
The identity delegation history of an authenticated service account that made the request.Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type ServiceAccountDelegationInfo Modifier and Type Method Description Access.Builder
Access.Builder. addAllServiceAccountDelegationInfo(Iterable<? extends ServiceAccountDelegationInfo> values)
The identity delegation history of an authenticated service account that made the request.
-