Uses of Class
com.google.cloud.datalabeling.v1beta1.GetDataItemRequest
-
Packages that use GetDataItemRequest Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling APIcom.google.cloud.datalabeling.v1beta1.stub -
-
Uses of GetDataItemRequest in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return GetDataItemRequest Modifier and Type Method Description GetDataItemRequestGetDataItemRequest.Builder. build()GetDataItemRequestGetDataItemRequest.Builder. buildPartial()static GetDataItemRequestGetDataItemRequest. getDefaultInstance()GetDataItemRequestGetDataItemRequest.Builder. getDefaultInstanceForType()GetDataItemRequestGetDataItemRequest. getDefaultInstanceForType()static GetDataItemRequestGetDataItemRequest. parseDelimitedFrom(InputStream input)static GetDataItemRequestGetDataItemRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDataItemRequestGetDataItemRequest. parseFrom(byte[] data)static GetDataItemRequestGetDataItemRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDataItemRequestGetDataItemRequest. parseFrom(com.google.protobuf.ByteString data)static GetDataItemRequestGetDataItemRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDataItemRequestGetDataItemRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetDataItemRequestGetDataItemRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDataItemRequestGetDataItemRequest. parseFrom(InputStream input)static GetDataItemRequestGetDataItemRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDataItemRequestGetDataItemRequest. parseFrom(ByteBuffer data)static GetDataItemRequestGetDataItemRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type GetDataItemRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDataItemRequest,DataItem>DataLabelingServiceClient. getDataItemCallable()Gets a data item in a dataset by resource name.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDataItemRequest,DataItem>DataLabelingServiceSettings.Builder. getDataItemSettings()Returns the builder for the settings used for calls to getDataItem.com.google.api.gax.rpc.UnaryCallSettings<GetDataItemRequest,DataItem>DataLabelingServiceSettings. getDataItemSettings()Returns the object with the settings used for calls to getDataItem.static io.grpc.MethodDescriptor<GetDataItemRequest,DataItem>DataLabelingServiceGrpc. getGetDataItemMethod()com.google.protobuf.Parser<GetDataItemRequest>GetDataItemRequest. getParserForType()static com.google.protobuf.Parser<GetDataItemRequest>GetDataItemRequest. parser()Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type GetDataItemRequest Modifier and Type Method Description DataItemDataLabelingServiceClient. getDataItem(GetDataItemRequest request)Gets a data item in a dataset by resource name.default voidDataLabelingServiceGrpc.AsyncService. getDataItem(GetDataItemRequest request, io.grpc.stub.StreamObserver<DataItem> responseObserver)Gets a data item in a dataset by resource name.DataItemDataLabelingServiceGrpc.DataLabelingServiceBlockingStub. getDataItem(GetDataItemRequest request)Gets a data item in a dataset by resource name.com.google.common.util.concurrent.ListenableFuture<DataItem>DataLabelingServiceGrpc.DataLabelingServiceFutureStub. getDataItem(GetDataItemRequest request)Gets a data item in a dataset by resource name.voidDataLabelingServiceGrpc.DataLabelingServiceStub. getDataItem(GetDataItemRequest request, io.grpc.stub.StreamObserver<DataItem> responseObserver)Gets a data item in a dataset by resource name.GetDataItemRequest.BuilderGetDataItemRequest.Builder. mergeFrom(GetDataItemRequest other)static GetDataItemRequest.BuilderGetDataItemRequest. newBuilder(GetDataItemRequest prototype) -
Uses of GetDataItemRequest in com.google.cloud.datalabeling.v1beta1.stub
Methods in com.google.cloud.datalabeling.v1beta1.stub that return types with arguments of type GetDataItemRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDataItemRequest,DataItem>DataLabelingServiceStub. getDataItemCallable()com.google.api.gax.rpc.UnaryCallable<GetDataItemRequest,DataItem>GrpcDataLabelingServiceStub. getDataItemCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDataItemRequest,DataItem>DataLabelingServiceStubSettings.Builder. getDataItemSettings()Returns the builder for the settings used for calls to getDataItem.com.google.api.gax.rpc.UnaryCallSettings<GetDataItemRequest,DataItem>DataLabelingServiceStubSettings. getDataItemSettings()Returns the object with the settings used for calls to getDataItem.
-