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