Uses of Class
com.google.cloud.datalabeling.v1beta1.SearchEvaluationsResponse
-
Packages that use SearchEvaluationsResponse Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling APIcom.google.cloud.datalabeling.v1beta1.stub -
-
Uses of SearchEvaluationsResponse in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return SearchEvaluationsResponse Modifier and Type Method Description SearchEvaluationsResponseSearchEvaluationsResponse.Builder. build()SearchEvaluationsResponseSearchEvaluationsResponse.Builder. buildPartial()static SearchEvaluationsResponseSearchEvaluationsResponse. getDefaultInstance()SearchEvaluationsResponseSearchEvaluationsResponse.Builder. getDefaultInstanceForType()SearchEvaluationsResponseSearchEvaluationsResponse. getDefaultInstanceForType()static SearchEvaluationsResponseSearchEvaluationsResponse. parseDelimitedFrom(InputStream input)static SearchEvaluationsResponseSearchEvaluationsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchEvaluationsResponseSearchEvaluationsResponse. parseFrom(byte[] data)static SearchEvaluationsResponseSearchEvaluationsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchEvaluationsResponseSearchEvaluationsResponse. parseFrom(com.google.protobuf.ByteString data)static SearchEvaluationsResponseSearchEvaluationsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchEvaluationsResponseSearchEvaluationsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static SearchEvaluationsResponseSearchEvaluationsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchEvaluationsResponseSearchEvaluationsResponse. parseFrom(InputStream input)static SearchEvaluationsResponseSearchEvaluationsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchEvaluationsResponseSearchEvaluationsResponse. parseFrom(ByteBuffer data)static SearchEvaluationsResponseSearchEvaluationsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)SearchEvaluationsResponseDataLabelingServiceGrpc.DataLabelingServiceBlockingStub. searchEvaluations(SearchEvaluationsRequest request)Searches [evaluations][google.cloud.datalabeling.v1beta1.Evaluation] within a project.Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type SearchEvaluationsResponse Modifier and Type Method Description com.google.protobuf.Parser<SearchEvaluationsResponse>SearchEvaluationsResponse. getParserForType()static io.grpc.MethodDescriptor<SearchEvaluationsRequest,SearchEvaluationsResponse>DataLabelingServiceGrpc. getSearchEvaluationsMethod()static com.google.protobuf.Parser<SearchEvaluationsResponse>SearchEvaluationsResponse. parser()com.google.common.util.concurrent.ListenableFuture<SearchEvaluationsResponse>DataLabelingServiceGrpc.DataLabelingServiceFutureStub. searchEvaluations(SearchEvaluationsRequest request)Searches [evaluations][google.cloud.datalabeling.v1beta1.Evaluation] within a project.com.google.api.gax.rpc.UnaryCallable<SearchEvaluationsRequest,SearchEvaluationsResponse>DataLabelingServiceClient. searchEvaluationsCallable()Searches [evaluations][google.cloud.datalabeling.v1beta1.Evaluation] within a project.com.google.api.gax.rpc.PagedCallSettings.Builder<SearchEvaluationsRequest,SearchEvaluationsResponse,DataLabelingServiceClient.SearchEvaluationsPagedResponse>DataLabelingServiceSettings.Builder. searchEvaluationsSettings()Returns the builder for the settings used for calls to searchEvaluations.com.google.api.gax.rpc.PagedCallSettings<SearchEvaluationsRequest,SearchEvaluationsResponse,DataLabelingServiceClient.SearchEvaluationsPagedResponse>DataLabelingServiceSettings. searchEvaluationsSettings()Returns the object with the settings used for calls to searchEvaluations.Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type SearchEvaluationsResponse Modifier and Type Method Description protected DataLabelingServiceClient.SearchEvaluationsPageDataLabelingServiceClient.SearchEvaluationsPage. createPage(com.google.api.gax.rpc.PageContext<SearchEvaluationsRequest,SearchEvaluationsResponse,Evaluation> context, SearchEvaluationsResponse response)SearchEvaluationsResponse.BuilderSearchEvaluationsResponse.Builder. mergeFrom(SearchEvaluationsResponse other)static SearchEvaluationsResponse.BuilderSearchEvaluationsResponse. newBuilder(SearchEvaluationsResponse prototype)Method parameters in com.google.cloud.datalabeling.v1beta1 with type arguments of type SearchEvaluationsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DataLabelingServiceClient.SearchEvaluationsPagedResponse>DataLabelingServiceClient.SearchEvaluationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<SearchEvaluationsRequest,SearchEvaluationsResponse,Evaluation> context, com.google.api.core.ApiFuture<SearchEvaluationsResponse> futureResponse)static com.google.api.core.ApiFuture<DataLabelingServiceClient.SearchEvaluationsPagedResponse>DataLabelingServiceClient.SearchEvaluationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<SearchEvaluationsRequest,SearchEvaluationsResponse,Evaluation> context, com.google.api.core.ApiFuture<SearchEvaluationsResponse> futureResponse)protected DataLabelingServiceClient.SearchEvaluationsPageDataLabelingServiceClient.SearchEvaluationsPage. createPage(com.google.api.gax.rpc.PageContext<SearchEvaluationsRequest,SearchEvaluationsResponse,Evaluation> context, SearchEvaluationsResponse response)com.google.api.core.ApiFuture<DataLabelingServiceClient.SearchEvaluationsPage>DataLabelingServiceClient.SearchEvaluationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<SearchEvaluationsRequest,SearchEvaluationsResponse,Evaluation> context, com.google.api.core.ApiFuture<SearchEvaluationsResponse> futureResponse)com.google.api.core.ApiFuture<DataLabelingServiceClient.SearchEvaluationsPage>DataLabelingServiceClient.SearchEvaluationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<SearchEvaluationsRequest,SearchEvaluationsResponse,Evaluation> context, com.google.api.core.ApiFuture<SearchEvaluationsResponse> futureResponse)default voidDataLabelingServiceGrpc.AsyncService. searchEvaluations(SearchEvaluationsRequest request, io.grpc.stub.StreamObserver<SearchEvaluationsResponse> responseObserver)Searches [evaluations][google.cloud.datalabeling.v1beta1.Evaluation] within a project.voidDataLabelingServiceGrpc.DataLabelingServiceStub. searchEvaluations(SearchEvaluationsRequest request, io.grpc.stub.StreamObserver<SearchEvaluationsResponse> responseObserver)Searches [evaluations][google.cloud.datalabeling.v1beta1.Evaluation] within a project. -
Uses of SearchEvaluationsResponse in com.google.cloud.datalabeling.v1beta1.stub
Methods in com.google.cloud.datalabeling.v1beta1.stub that return types with arguments of type SearchEvaluationsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SearchEvaluationsRequest,SearchEvaluationsResponse>DataLabelingServiceStub. searchEvaluationsCallable()com.google.api.gax.rpc.UnaryCallable<SearchEvaluationsRequest,SearchEvaluationsResponse>GrpcDataLabelingServiceStub. searchEvaluationsCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<SearchEvaluationsRequest,SearchEvaluationsResponse,DataLabelingServiceClient.SearchEvaluationsPagedResponse>DataLabelingServiceStubSettings.Builder. searchEvaluationsSettings()Returns the builder for the settings used for calls to searchEvaluations.com.google.api.gax.rpc.PagedCallSettings<SearchEvaluationsRequest,SearchEvaluationsResponse,DataLabelingServiceClient.SearchEvaluationsPagedResponse>DataLabelingServiceStubSettings. searchEvaluationsSettings()Returns the object with the settings used for calls to searchEvaluations.
-