Uses of Class
com.google.cloud.talent.v4beta1.GetTenantRequest
-
Packages that use GetTenantRequest Package Description com.google.cloud.talent.v4beta1 A client to Cloud Talent Solution APIcom.google.cloud.talent.v4beta1.stub -
-
Uses of GetTenantRequest in com.google.cloud.talent.v4beta1
Methods in com.google.cloud.talent.v4beta1 that return GetTenantRequest Modifier and Type Method Description GetTenantRequest
GetTenantRequest.Builder. build()
GetTenantRequest
GetTenantRequest.Builder. buildPartial()
static GetTenantRequest
GetTenantRequest. getDefaultInstance()
GetTenantRequest
GetTenantRequest.Builder. getDefaultInstanceForType()
GetTenantRequest
GetTenantRequest. getDefaultInstanceForType()
static GetTenantRequest
GetTenantRequest. parseDelimitedFrom(InputStream input)
static GetTenantRequest
GetTenantRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTenantRequest
GetTenantRequest. parseFrom(byte[] data)
static GetTenantRequest
GetTenantRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTenantRequest
GetTenantRequest. parseFrom(com.google.protobuf.ByteString data)
static GetTenantRequest
GetTenantRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTenantRequest
GetTenantRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetTenantRequest
GetTenantRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTenantRequest
GetTenantRequest. parseFrom(InputStream input)
static GetTenantRequest
GetTenantRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTenantRequest
GetTenantRequest. parseFrom(ByteBuffer data)
static GetTenantRequest
GetTenantRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.talent.v4beta1 that return types with arguments of type GetTenantRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetTenantRequest,Tenant>
TenantServiceGrpc. getGetTenantMethod()
com.google.protobuf.Parser<GetTenantRequest>
GetTenantRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetTenantRequest,Tenant>
TenantServiceClient. getTenantCallable()
Retrieves specified tenant.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTenantRequest,Tenant>
TenantServiceSettings.Builder. getTenantSettings()
Returns the builder for the settings used for calls to getTenant.com.google.api.gax.rpc.UnaryCallSettings<GetTenantRequest,Tenant>
TenantServiceSettings. getTenantSettings()
Returns the object with the settings used for calls to getTenant.static com.google.protobuf.Parser<GetTenantRequest>
GetTenantRequest. parser()
Methods in com.google.cloud.talent.v4beta1 with parameters of type GetTenantRequest Modifier and Type Method Description Tenant
TenantServiceClient. getTenant(GetTenantRequest request)
Retrieves specified tenant.default void
TenantServiceGrpc.AsyncService. getTenant(GetTenantRequest request, io.grpc.stub.StreamObserver<Tenant> responseObserver)
Retrieves specified tenant.Tenant
TenantServiceGrpc.TenantServiceBlockingStub. getTenant(GetTenantRequest request)
Retrieves specified tenant.com.google.common.util.concurrent.ListenableFuture<Tenant>
TenantServiceGrpc.TenantServiceFutureStub. getTenant(GetTenantRequest request)
Retrieves specified tenant.void
TenantServiceGrpc.TenantServiceStub. getTenant(GetTenantRequest request, io.grpc.stub.StreamObserver<Tenant> responseObserver)
Retrieves specified tenant.GetTenantRequest.Builder
GetTenantRequest.Builder. mergeFrom(GetTenantRequest other)
static GetTenantRequest.Builder
GetTenantRequest. newBuilder(GetTenantRequest prototype)
-
Uses of GetTenantRequest in com.google.cloud.talent.v4beta1.stub
Methods in com.google.cloud.talent.v4beta1.stub that return types with arguments of type GetTenantRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTenantRequest,Tenant>
GrpcTenantServiceStub. getTenantCallable()
com.google.api.gax.rpc.UnaryCallable<GetTenantRequest,Tenant>
HttpJsonTenantServiceStub. getTenantCallable()
com.google.api.gax.rpc.UnaryCallable<GetTenantRequest,Tenant>
TenantServiceStub. getTenantCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTenantRequest,Tenant>
TenantServiceStubSettings.Builder. getTenantSettings()
Returns the builder for the settings used for calls to getTenant.com.google.api.gax.rpc.UnaryCallSettings<GetTenantRequest,Tenant>
TenantServiceStubSettings. getTenantSettings()
Returns the object with the settings used for calls to getTenant.
-