Uses of Class
com.google.cloud.talent.v4.BatchOperationMetadata
-
Packages that use BatchOperationMetadata Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution APIcom.google.cloud.talent.v4.stub -
-
Uses of BatchOperationMetadata in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 that return BatchOperationMetadata Modifier and Type Method Description BatchOperationMetadataBatchOperationMetadata.Builder. build()BatchOperationMetadataBatchOperationMetadata.Builder. buildPartial()static BatchOperationMetadataBatchOperationMetadata. getDefaultInstance()BatchOperationMetadataBatchOperationMetadata.Builder. getDefaultInstanceForType()BatchOperationMetadataBatchOperationMetadata. getDefaultInstanceForType()static BatchOperationMetadataBatchOperationMetadata. parseDelimitedFrom(InputStream input)static BatchOperationMetadataBatchOperationMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchOperationMetadataBatchOperationMetadata. parseFrom(byte[] data)static BatchOperationMetadataBatchOperationMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchOperationMetadataBatchOperationMetadata. parseFrom(com.google.protobuf.ByteString data)static BatchOperationMetadataBatchOperationMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchOperationMetadataBatchOperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input)static BatchOperationMetadataBatchOperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchOperationMetadataBatchOperationMetadata. parseFrom(InputStream input)static BatchOperationMetadataBatchOperationMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchOperationMetadataBatchOperationMetadata. parseFrom(ByteBuffer data)static BatchOperationMetadataBatchOperationMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.talent.v4 that return types with arguments of type BatchOperationMetadata Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<BatchCreateJobsResponse,BatchOperationMetadata>JobServiceClient. batchCreateJobsAsync(BatchCreateJobsRequest request)Begins executing a batch create jobs operation.com.google.api.gax.longrunning.OperationFuture<BatchCreateJobsResponse,BatchOperationMetadata>JobServiceClient. batchCreateJobsAsync(TenantName parent, List<Job> jobs)Begins executing a batch create jobs operation.com.google.api.gax.longrunning.OperationFuture<BatchCreateJobsResponse,BatchOperationMetadata>JobServiceClient. batchCreateJobsAsync(String parent, List<Job> jobs)Begins executing a batch create jobs operation.com.google.api.gax.rpc.OperationCallable<BatchCreateJobsRequest,BatchCreateJobsResponse,BatchOperationMetadata>JobServiceClient. batchCreateJobsOperationCallable()Begins executing a batch create jobs operation.com.google.api.gax.rpc.OperationCallSettings<BatchCreateJobsRequest,BatchCreateJobsResponse,BatchOperationMetadata>JobServiceSettings. batchCreateJobsOperationSettings()Returns the object with the settings used for calls to batchCreateJobs.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchCreateJobsRequest,BatchCreateJobsResponse,BatchOperationMetadata>JobServiceSettings.Builder. batchCreateJobsOperationSettings()Returns the builder for the settings used for calls to batchCreateJobs.com.google.api.gax.longrunning.OperationFuture<BatchDeleteJobsResponse,BatchOperationMetadata>JobServiceClient. batchDeleteJobsAsync(BatchDeleteJobsRequest request)Begins executing a batch delete jobs operation.com.google.api.gax.longrunning.OperationFuture<BatchDeleteJobsResponse,BatchOperationMetadata>JobServiceClient. batchDeleteJobsAsync(TenantName parent, List<String> names)Begins executing a batch delete jobs operation.com.google.api.gax.longrunning.OperationFuture<BatchDeleteJobsResponse,BatchOperationMetadata>JobServiceClient. batchDeleteJobsAsync(String parent, List<String> names)Begins executing a batch delete jobs operation.com.google.api.gax.rpc.OperationCallable<BatchDeleteJobsRequest,BatchDeleteJobsResponse,BatchOperationMetadata>JobServiceClient. batchDeleteJobsOperationCallable()Begins executing a batch delete jobs operation.com.google.api.gax.rpc.OperationCallSettings<BatchDeleteJobsRequest,BatchDeleteJobsResponse,BatchOperationMetadata>JobServiceSettings. batchDeleteJobsOperationSettings()Returns the object with the settings used for calls to batchDeleteJobs.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchDeleteJobsRequest,BatchDeleteJobsResponse,BatchOperationMetadata>JobServiceSettings.Builder. batchDeleteJobsOperationSettings()Returns the builder for the settings used for calls to batchDeleteJobs.com.google.api.gax.longrunning.OperationFuture<BatchUpdateJobsResponse,BatchOperationMetadata>JobServiceClient. batchUpdateJobsAsync(BatchUpdateJobsRequest request)Begins executing a batch update jobs operation.com.google.api.gax.longrunning.OperationFuture<BatchUpdateJobsResponse,BatchOperationMetadata>JobServiceClient. batchUpdateJobsAsync(TenantName parent, List<Job> jobs)Begins executing a batch update jobs operation.com.google.api.gax.longrunning.OperationFuture<BatchUpdateJobsResponse,BatchOperationMetadata>JobServiceClient. batchUpdateJobsAsync(String parent, List<Job> jobs)Begins executing a batch update jobs operation.com.google.api.gax.rpc.OperationCallable<BatchUpdateJobsRequest,BatchUpdateJobsResponse,BatchOperationMetadata>JobServiceClient. batchUpdateJobsOperationCallable()Begins executing a batch update jobs operation.com.google.api.gax.rpc.OperationCallSettings<BatchUpdateJobsRequest,BatchUpdateJobsResponse,BatchOperationMetadata>JobServiceSettings. batchUpdateJobsOperationSettings()Returns the object with the settings used for calls to batchUpdateJobs.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchUpdateJobsRequest,BatchUpdateJobsResponse,BatchOperationMetadata>JobServiceSettings.Builder. batchUpdateJobsOperationSettings()Returns the builder for the settings used for calls to batchUpdateJobs.com.google.protobuf.Parser<BatchOperationMetadata>BatchOperationMetadata. getParserForType()static com.google.protobuf.Parser<BatchOperationMetadata>BatchOperationMetadata. parser()Methods in com.google.cloud.talent.v4 with parameters of type BatchOperationMetadata Modifier and Type Method Description BatchOperationMetadata.BuilderBatchOperationMetadata.Builder. mergeFrom(BatchOperationMetadata other)static BatchOperationMetadata.BuilderBatchOperationMetadata. newBuilder(BatchOperationMetadata prototype) -
Uses of BatchOperationMetadata in com.google.cloud.talent.v4.stub
Methods in com.google.cloud.talent.v4.stub that return types with arguments of type BatchOperationMetadata Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<BatchCreateJobsRequest,BatchCreateJobsResponse,BatchOperationMetadata>GrpcJobServiceStub. batchCreateJobsOperationCallable()com.google.api.gax.rpc.OperationCallable<BatchCreateJobsRequest,BatchCreateJobsResponse,BatchOperationMetadata>HttpJsonJobServiceStub. batchCreateJobsOperationCallable()com.google.api.gax.rpc.OperationCallable<BatchCreateJobsRequest,BatchCreateJobsResponse,BatchOperationMetadata>JobServiceStub. batchCreateJobsOperationCallable()com.google.api.gax.rpc.OperationCallSettings<BatchCreateJobsRequest,BatchCreateJobsResponse,BatchOperationMetadata>JobServiceStubSettings. batchCreateJobsOperationSettings()Returns the object with the settings used for calls to batchCreateJobs.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchCreateJobsRequest,BatchCreateJobsResponse,BatchOperationMetadata>JobServiceStubSettings.Builder. batchCreateJobsOperationSettings()Returns the builder for the settings used for calls to batchCreateJobs.com.google.api.gax.rpc.OperationCallable<BatchDeleteJobsRequest,BatchDeleteJobsResponse,BatchOperationMetadata>GrpcJobServiceStub. batchDeleteJobsOperationCallable()com.google.api.gax.rpc.OperationCallable<BatchDeleteJobsRequest,BatchDeleteJobsResponse,BatchOperationMetadata>HttpJsonJobServiceStub. batchDeleteJobsOperationCallable()com.google.api.gax.rpc.OperationCallable<BatchDeleteJobsRequest,BatchDeleteJobsResponse,BatchOperationMetadata>JobServiceStub. batchDeleteJobsOperationCallable()com.google.api.gax.rpc.OperationCallSettings<BatchDeleteJobsRequest,BatchDeleteJobsResponse,BatchOperationMetadata>JobServiceStubSettings. batchDeleteJobsOperationSettings()Returns the object with the settings used for calls to batchDeleteJobs.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchDeleteJobsRequest,BatchDeleteJobsResponse,BatchOperationMetadata>JobServiceStubSettings.Builder. batchDeleteJobsOperationSettings()Returns the builder for the settings used for calls to batchDeleteJobs.com.google.api.gax.rpc.OperationCallable<BatchUpdateJobsRequest,BatchUpdateJobsResponse,BatchOperationMetadata>GrpcJobServiceStub. batchUpdateJobsOperationCallable()com.google.api.gax.rpc.OperationCallable<BatchUpdateJobsRequest,BatchUpdateJobsResponse,BatchOperationMetadata>HttpJsonJobServiceStub. batchUpdateJobsOperationCallable()com.google.api.gax.rpc.OperationCallable<BatchUpdateJobsRequest,BatchUpdateJobsResponse,BatchOperationMetadata>JobServiceStub. batchUpdateJobsOperationCallable()com.google.api.gax.rpc.OperationCallSettings<BatchUpdateJobsRequest,BatchUpdateJobsResponse,BatchOperationMetadata>JobServiceStubSettings. batchUpdateJobsOperationSettings()Returns the object with the settings used for calls to batchUpdateJobs.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchUpdateJobsRequest,BatchUpdateJobsResponse,BatchOperationMetadata>JobServiceStubSettings.Builder. batchUpdateJobsOperationSettings()Returns the builder for the settings used for calls to batchUpdateJobs.
-