Uses of Class
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListInstructionsPagedResponse
-
Packages that use DataLabelingServiceClient.ListInstructionsPagedResponse Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling APIcom.google.cloud.datalabeling.v1beta1.stub -
-
Uses of DataLabelingServiceClient.ListInstructionsPagedResponse in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return DataLabelingServiceClient.ListInstructionsPagedResponse Modifier and Type Method Description DataLabelingServiceClient.ListInstructionsPagedResponse
DataLabelingServiceClient. listInstructions(ListInstructionsRequest request)
Lists instructions for a project.DataLabelingServiceClient.ListInstructionsPagedResponse
DataLabelingServiceClient. listInstructions(ProjectName parent, String filter)
Lists instructions for a project.DataLabelingServiceClient.ListInstructionsPagedResponse
DataLabelingServiceClient. listInstructions(String parent, String filter)
Lists instructions for a project.Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type DataLabelingServiceClient.ListInstructionsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DataLabelingServiceClient.ListInstructionsPagedResponse>
DataLabelingServiceClient.ListInstructionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInstructionsRequest,ListInstructionsResponse,Instruction> context, com.google.api.core.ApiFuture<ListInstructionsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListInstructionsRequest,DataLabelingServiceClient.ListInstructionsPagedResponse>
DataLabelingServiceClient. listInstructionsPagedCallable()
Lists instructions for a project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstructionsRequest,ListInstructionsResponse,DataLabelingServiceClient.ListInstructionsPagedResponse>
DataLabelingServiceSettings.Builder. listInstructionsSettings()
Returns the builder for the settings used for calls to listInstructions.com.google.api.gax.rpc.PagedCallSettings<ListInstructionsRequest,ListInstructionsResponse,DataLabelingServiceClient.ListInstructionsPagedResponse>
DataLabelingServiceSettings. listInstructionsSettings()
Returns the object with the settings used for calls to listInstructions. -
Uses of DataLabelingServiceClient.ListInstructionsPagedResponse in com.google.cloud.datalabeling.v1beta1.stub
-