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 GetServiceAccountRequestGetServiceAccountRequest.Builder. build()GetServiceAccountRequestGetServiceAccountRequest.Builder. buildPartial()static GetServiceAccountRequestGetServiceAccountRequest. getDefaultInstance()GetServiceAccountRequestGetServiceAccountRequest.Builder. getDefaultInstanceForType()GetServiceAccountRequestGetServiceAccountRequest. getDefaultInstanceForType()static GetServiceAccountRequestGetServiceAccountRequest. parseDelimitedFrom(InputStream input)static GetServiceAccountRequestGetServiceAccountRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceAccountRequestGetServiceAccountRequest. parseFrom(byte[] data)static GetServiceAccountRequestGetServiceAccountRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceAccountRequestGetServiceAccountRequest. parseFrom(com.google.protobuf.ByteString data)static GetServiceAccountRequestGetServiceAccountRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceAccountRequestGetServiceAccountRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetServiceAccountRequestGetServiceAccountRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceAccountRequestGetServiceAccountRequest. parseFrom(InputStream input)static GetServiceAccountRequestGetServiceAccountRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceAccountRequestGetServiceAccountRequest. parseFrom(ByteBuffer data)static GetServiceAccountRequestGetServiceAccountRequest. 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 ServiceAccountSecurityCenterSettingsServiceClient. getServiceAccount(GetServiceAccountRequest request)Retrieves the organizations service account, if it exists, otherwise it creates the organization service account.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.ServiceAccountSecurityCenterSettingsServiceGrpc.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.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.GetServiceAccountRequest.BuilderGetServiceAccountRequest.Builder. mergeFrom(GetServiceAccountRequest other)static GetServiceAccountRequest.BuilderGetServiceAccountRequest. 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.
-