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 GetTenantRequestGetTenantRequest.Builder. build()GetTenantRequestGetTenantRequest.Builder. buildPartial()static GetTenantRequestGetTenantRequest. getDefaultInstance()GetTenantRequestGetTenantRequest.Builder. getDefaultInstanceForType()GetTenantRequestGetTenantRequest. getDefaultInstanceForType()static GetTenantRequestGetTenantRequest. parseDelimitedFrom(InputStream input)static GetTenantRequestGetTenantRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTenantRequestGetTenantRequest. parseFrom(byte[] data)static GetTenantRequestGetTenantRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTenantRequestGetTenantRequest. parseFrom(com.google.protobuf.ByteString data)static GetTenantRequestGetTenantRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTenantRequestGetTenantRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetTenantRequestGetTenantRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTenantRequestGetTenantRequest. parseFrom(InputStream input)static GetTenantRequestGetTenantRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTenantRequestGetTenantRequest. parseFrom(ByteBuffer data)static GetTenantRequestGetTenantRequest. 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 TenantTenantServiceClient. getTenant(GetTenantRequest request)Retrieves specified tenant.default voidTenantServiceGrpc.AsyncService. getTenant(GetTenantRequest request, io.grpc.stub.StreamObserver<Tenant> responseObserver)Retrieves specified tenant.TenantTenantServiceGrpc.TenantServiceBlockingStub. getTenant(GetTenantRequest request)Retrieves specified tenant.com.google.common.util.concurrent.ListenableFuture<Tenant>TenantServiceGrpc.TenantServiceFutureStub. getTenant(GetTenantRequest request)Retrieves specified tenant.voidTenantServiceGrpc.TenantServiceStub. getTenant(GetTenantRequest request, io.grpc.stub.StreamObserver<Tenant> responseObserver)Retrieves specified tenant.GetTenantRequest.BuilderGetTenantRequest.Builder. mergeFrom(GetTenantRequest other)static GetTenantRequest.BuilderGetTenantRequest. 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.
-