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