Uses of Class
com.google.cloud.datalabeling.v1beta1.ListInstructionsResponse
-
Packages that use ListInstructionsResponse Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling APIcom.google.cloud.datalabeling.v1beta1.stub -
-
Uses of ListInstructionsResponse in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return ListInstructionsResponse Modifier and Type Method Description ListInstructionsResponse
ListInstructionsResponse.Builder. build()
ListInstructionsResponse
ListInstructionsResponse.Builder. buildPartial()
static ListInstructionsResponse
ListInstructionsResponse. getDefaultInstance()
ListInstructionsResponse
ListInstructionsResponse.Builder. getDefaultInstanceForType()
ListInstructionsResponse
ListInstructionsResponse. getDefaultInstanceForType()
ListInstructionsResponse
DataLabelingServiceGrpc.DataLabelingServiceBlockingStub. listInstructions(ListInstructionsRequest request)
Lists instructions for a project.static ListInstructionsResponse
ListInstructionsResponse. parseDelimitedFrom(InputStream input)
static ListInstructionsResponse
ListInstructionsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInstructionsResponse
ListInstructionsResponse. parseFrom(byte[] data)
static ListInstructionsResponse
ListInstructionsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInstructionsResponse
ListInstructionsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListInstructionsResponse
ListInstructionsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInstructionsResponse
ListInstructionsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListInstructionsResponse
ListInstructionsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInstructionsResponse
ListInstructionsResponse. parseFrom(InputStream input)
static ListInstructionsResponse
ListInstructionsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInstructionsResponse
ListInstructionsResponse. parseFrom(ByteBuffer data)
static ListInstructionsResponse
ListInstructionsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type ListInstructionsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListInstructionsRequest,ListInstructionsResponse>
DataLabelingServiceGrpc. getListInstructionsMethod()
com.google.protobuf.Parser<ListInstructionsResponse>
ListInstructionsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListInstructionsResponse>
DataLabelingServiceGrpc.DataLabelingServiceFutureStub. listInstructions(ListInstructionsRequest request)
Lists instructions for a project.com.google.api.gax.rpc.UnaryCallable<ListInstructionsRequest,ListInstructionsResponse>
DataLabelingServiceClient. listInstructionsCallable()
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.static com.google.protobuf.Parser<ListInstructionsResponse>
ListInstructionsResponse. parser()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type ListInstructionsResponse Modifier and Type Method Description protected DataLabelingServiceClient.ListInstructionsPage
DataLabelingServiceClient.ListInstructionsPage. createPage(com.google.api.gax.rpc.PageContext<ListInstructionsRequest,ListInstructionsResponse,Instruction> context, ListInstructionsResponse response)
ListInstructionsResponse.Builder
ListInstructionsResponse.Builder. mergeFrom(ListInstructionsResponse other)
static ListInstructionsResponse.Builder
ListInstructionsResponse. newBuilder(ListInstructionsResponse prototype)
Method parameters in com.google.cloud.datalabeling.v1beta1 with type arguments of type ListInstructionsResponse 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)
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)
protected DataLabelingServiceClient.ListInstructionsPage
DataLabelingServiceClient.ListInstructionsPage. createPage(com.google.api.gax.rpc.PageContext<ListInstructionsRequest,ListInstructionsResponse,Instruction> context, ListInstructionsResponse response)
com.google.api.core.ApiFuture<DataLabelingServiceClient.ListInstructionsPage>
DataLabelingServiceClient.ListInstructionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListInstructionsRequest,ListInstructionsResponse,Instruction> context, com.google.api.core.ApiFuture<ListInstructionsResponse> futureResponse)
com.google.api.core.ApiFuture<DataLabelingServiceClient.ListInstructionsPage>
DataLabelingServiceClient.ListInstructionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListInstructionsRequest,ListInstructionsResponse,Instruction> context, com.google.api.core.ApiFuture<ListInstructionsResponse> futureResponse)
default void
DataLabelingServiceGrpc.AsyncService. listInstructions(ListInstructionsRequest request, io.grpc.stub.StreamObserver<ListInstructionsResponse> responseObserver)
Lists instructions for a project.void
DataLabelingServiceGrpc.DataLabelingServiceStub. listInstructions(ListInstructionsRequest request, io.grpc.stub.StreamObserver<ListInstructionsResponse> responseObserver)
Lists instructions for a project. -
Uses of ListInstructionsResponse in com.google.cloud.datalabeling.v1beta1.stub
Methods in com.google.cloud.datalabeling.v1beta1.stub that return types with arguments of type ListInstructionsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListInstructionsRequest,ListInstructionsResponse>
DataLabelingServiceStub. listInstructionsCallable()
com.google.api.gax.rpc.UnaryCallable<ListInstructionsRequest,ListInstructionsResponse>
GrpcDataLabelingServiceStub. listInstructionsCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstructionsRequest,ListInstructionsResponse,DataLabelingServiceClient.ListInstructionsPagedResponse>
DataLabelingServiceStubSettings.Builder. listInstructionsSettings()
Returns the builder for the settings used for calls to listInstructions.com.google.api.gax.rpc.PagedCallSettings<ListInstructionsRequest,ListInstructionsResponse,DataLabelingServiceClient.ListInstructionsPagedResponse>
DataLabelingServiceStubSettings. listInstructionsSettings()
Returns the object with the settings used for calls to listInstructions.
-