Uses of Class
com.google.cloud.securitycenter.settings.v1beta1.ServiceAccount
-
Packages that use ServiceAccount Package Description com.google.cloud.securitycenter.settings.v1beta1 A client to Cloud Security Command Center APIcom.google.cloud.securitycenter.settings.v1beta1.stub -
-
Uses of ServiceAccount in com.google.cloud.securitycenter.settings.v1beta1
Methods in com.google.cloud.securitycenter.settings.v1beta1 that return ServiceAccount Modifier and Type Method Description ServiceAccount
ServiceAccount.Builder. build()
ServiceAccount
ServiceAccount.Builder. buildPartial()
static ServiceAccount
ServiceAccount. getDefaultInstance()
ServiceAccount
ServiceAccount.Builder. getDefaultInstanceForType()
ServiceAccount
ServiceAccount. getDefaultInstanceForType()
ServiceAccount
SecurityCenterSettingsServiceClient. getServiceAccount(GetServiceAccountRequest request)
Retrieves the organizations service account, if it exists, otherwise it creates the organization service account.ServiceAccount
SecurityCenterSettingsServiceClient. getServiceAccount(ServiceAccountName name)
Retrieves the organizations service account, if it exists, otherwise it creates the organization service account.ServiceAccount
SecurityCenterSettingsServiceClient. getServiceAccount(String name)
Retrieves the organizations service account, if it exists, otherwise it creates the organization service account.ServiceAccount
SecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceBlockingStub. getServiceAccount(GetServiceAccountRequest request)
Retrieves the organizations service account, if it exists, otherwise it creates the organization service account.static ServiceAccount
ServiceAccount. parseDelimitedFrom(InputStream input)
static ServiceAccount
ServiceAccount. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAccount
ServiceAccount. parseFrom(byte[] data)
static ServiceAccount
ServiceAccount. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAccount
ServiceAccount. parseFrom(com.google.protobuf.ByteString data)
static ServiceAccount
ServiceAccount. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAccount
ServiceAccount. parseFrom(com.google.protobuf.CodedInputStream input)
static ServiceAccount
ServiceAccount. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAccount
ServiceAccount. parseFrom(InputStream input)
static ServiceAccount
ServiceAccount. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAccount
ServiceAccount. parseFrom(ByteBuffer data)
static ServiceAccount
ServiceAccount. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.settings.v1beta1 that return types with arguments of type ServiceAccount Modifier and Type Method Description static io.grpc.MethodDescriptor<GetServiceAccountRequest,ServiceAccount>
SecurityCenterSettingsServiceGrpc. getGetServiceAccountMethod()
com.google.protobuf.Parser<ServiceAccount>
ServiceAccount. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ServiceAccount>
SecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceFutureStub. getServiceAccount(GetServiceAccountRequest request)
Retrieves the organizations service account, if it exists, otherwise it creates the organization service account.com.google.api.gax.rpc.UnaryCallable<GetServiceAccountRequest,ServiceAccount>
SecurityCenterSettingsServiceClient. getServiceAccountCallable()
Retrieves the organizations service account, if it exists, otherwise it creates the organization service account.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceAccountRequest,ServiceAccount>
SecurityCenterSettingsServiceSettings.Builder. getServiceAccountSettings()
Returns the builder for the settings used for calls to getServiceAccount.com.google.api.gax.rpc.UnaryCallSettings<GetServiceAccountRequest,ServiceAccount>
SecurityCenterSettingsServiceSettings. getServiceAccountSettings()
Returns the object with the settings used for calls to getServiceAccount.static com.google.protobuf.Parser<ServiceAccount>
ServiceAccount. parser()
Methods in com.google.cloud.securitycenter.settings.v1beta1 with parameters of type ServiceAccount Modifier and Type Method Description ServiceAccount.Builder
ServiceAccount.Builder. mergeFrom(ServiceAccount other)
static ServiceAccount.Builder
ServiceAccount. newBuilder(ServiceAccount prototype)
Method parameters in com.google.cloud.securitycenter.settings.v1beta1 with type arguments of type ServiceAccount Modifier and Type Method Description default void
SecurityCenterSettingsServiceGrpc.AsyncService. getServiceAccount(GetServiceAccountRequest request, io.grpc.stub.StreamObserver<ServiceAccount> responseObserver)
Retrieves the organizations service account, if it exists, otherwise it creates the organization service account.void
SecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceStub. getServiceAccount(GetServiceAccountRequest request, io.grpc.stub.StreamObserver<ServiceAccount> responseObserver)
Retrieves the organizations service account, if it exists, otherwise it creates the organization service account. -
Uses of ServiceAccount in com.google.cloud.securitycenter.settings.v1beta1.stub
Methods in com.google.cloud.securitycenter.settings.v1beta1.stub that return types with arguments of type ServiceAccount Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetServiceAccountRequest,ServiceAccount>
GrpcSecurityCenterSettingsServiceStub. getServiceAccountCallable()
com.google.api.gax.rpc.UnaryCallable<GetServiceAccountRequest,ServiceAccount>
SecurityCenterSettingsServiceStub. getServiceAccountCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceAccountRequest,ServiceAccount>
SecurityCenterSettingsServiceStubSettings.Builder. getServiceAccountSettings()
Returns the builder for the settings used for calls to getServiceAccount.com.google.api.gax.rpc.UnaryCallSettings<GetServiceAccountRequest,ServiceAccount>
SecurityCenterSettingsServiceStubSettings. getServiceAccountSettings()
Returns the object with the settings used for calls to getServiceAccount.
-