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 ServiceAccountServiceAccount.Builder. build()ServiceAccountServiceAccount.Builder. buildPartial()static ServiceAccountServiceAccount. getDefaultInstance()ServiceAccountServiceAccount.Builder. getDefaultInstanceForType()ServiceAccountServiceAccount. getDefaultInstanceForType()ServiceAccountSecurityCenterSettingsServiceClient. getServiceAccount(GetServiceAccountRequest request)Retrieves the organizations service account, if it exists, otherwise it creates the organization service account.ServiceAccountSecurityCenterSettingsServiceClient. getServiceAccount(ServiceAccountName name)Retrieves the organizations service account, if it exists, otherwise it creates the organization service account.ServiceAccountSecurityCenterSettingsServiceClient. getServiceAccount(String name)Retrieves the organizations service account, if it exists, otherwise it creates the organization service account.ServiceAccountSecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceBlockingStub. getServiceAccount(GetServiceAccountRequest request)Retrieves the organizations service account, if it exists, otherwise it creates the organization service account.static ServiceAccountServiceAccount. parseDelimitedFrom(InputStream input)static ServiceAccountServiceAccount. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAccountServiceAccount. parseFrom(byte[] data)static ServiceAccountServiceAccount. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAccountServiceAccount. parseFrom(com.google.protobuf.ByteString data)static ServiceAccountServiceAccount. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAccountServiceAccount. parseFrom(com.google.protobuf.CodedInputStream input)static ServiceAccountServiceAccount. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAccountServiceAccount. parseFrom(InputStream input)static ServiceAccountServiceAccount. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAccountServiceAccount. parseFrom(ByteBuffer data)static ServiceAccountServiceAccount. 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.BuilderServiceAccount.Builder. mergeFrom(ServiceAccount other)static ServiceAccount.BuilderServiceAccount. newBuilder(ServiceAccount prototype)Method parameters in com.google.cloud.securitycenter.settings.v1beta1 with type arguments of type ServiceAccount Modifier and Type Method Description default voidSecurityCenterSettingsServiceGrpc.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.voidSecurityCenterSettingsServiceGrpc.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.
-