Uses of Class
com.google.cloud.securitycenter.settings.v1beta1.GetServiceAccountRequest
-
Packages that use GetServiceAccountRequest Package Description com.google.cloud.securitycenter.settings.v1beta1 A client to Cloud Security Command Center APIcom.google.cloud.securitycenter.settings.v1beta1.stub -
-
Uses of GetServiceAccountRequest in com.google.cloud.securitycenter.settings.v1beta1
Methods in com.google.cloud.securitycenter.settings.v1beta1 that return GetServiceAccountRequest Modifier and Type Method Description GetServiceAccountRequest
GetServiceAccountRequest.Builder. build()
GetServiceAccountRequest
GetServiceAccountRequest.Builder. buildPartial()
static GetServiceAccountRequest
GetServiceAccountRequest. getDefaultInstance()
GetServiceAccountRequest
GetServiceAccountRequest.Builder. getDefaultInstanceForType()
GetServiceAccountRequest
GetServiceAccountRequest. getDefaultInstanceForType()
static GetServiceAccountRequest
GetServiceAccountRequest. parseDelimitedFrom(InputStream input)
static GetServiceAccountRequest
GetServiceAccountRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceAccountRequest
GetServiceAccountRequest. parseFrom(byte[] data)
static GetServiceAccountRequest
GetServiceAccountRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceAccountRequest
GetServiceAccountRequest. parseFrom(com.google.protobuf.ByteString data)
static GetServiceAccountRequest
GetServiceAccountRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceAccountRequest
GetServiceAccountRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetServiceAccountRequest
GetServiceAccountRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceAccountRequest
GetServiceAccountRequest. parseFrom(InputStream input)
static GetServiceAccountRequest
GetServiceAccountRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceAccountRequest
GetServiceAccountRequest. parseFrom(ByteBuffer data)
static GetServiceAccountRequest
GetServiceAccountRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.settings.v1beta1 that return types with arguments of type GetServiceAccountRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetServiceAccountRequest,ServiceAccount>
SecurityCenterSettingsServiceGrpc. getGetServiceAccountMethod()
com.google.protobuf.Parser<GetServiceAccountRequest>
GetServiceAccountRequest. getParserForType()
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<GetServiceAccountRequest>
GetServiceAccountRequest. parser()
Methods in com.google.cloud.securitycenter.settings.v1beta1 with parameters of type GetServiceAccountRequest Modifier and Type Method Description ServiceAccount
SecurityCenterSettingsServiceClient. getServiceAccount(GetServiceAccountRequest request)
Retrieves the organizations service account, if it exists, otherwise it creates the organization service account.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.ServiceAccount
SecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceBlockingStub. getServiceAccount(GetServiceAccountRequest request)
Retrieves the organizations service account, if it exists, otherwise it creates the organization service account.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.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.GetServiceAccountRequest.Builder
GetServiceAccountRequest.Builder. mergeFrom(GetServiceAccountRequest other)
static GetServiceAccountRequest.Builder
GetServiceAccountRequest. newBuilder(GetServiceAccountRequest prototype)
-
Uses of GetServiceAccountRequest in com.google.cloud.securitycenter.settings.v1beta1.stub
Methods in com.google.cloud.securitycenter.settings.v1beta1.stub that return types with arguments of type GetServiceAccountRequest 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.
-