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