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 GetDataItemRequest
GetDataItemRequest.Builder. build()
GetDataItemRequest
GetDataItemRequest.Builder. buildPartial()
static GetDataItemRequest
GetDataItemRequest. getDefaultInstance()
GetDataItemRequest
GetDataItemRequest.Builder. getDefaultInstanceForType()
GetDataItemRequest
GetDataItemRequest. getDefaultInstanceForType()
static GetDataItemRequest
GetDataItemRequest. parseDelimitedFrom(InputStream input)
static GetDataItemRequest
GetDataItemRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDataItemRequest
GetDataItemRequest. parseFrom(byte[] data)
static GetDataItemRequest
GetDataItemRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDataItemRequest
GetDataItemRequest. parseFrom(com.google.protobuf.ByteString data)
static GetDataItemRequest
GetDataItemRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDataItemRequest
GetDataItemRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetDataItemRequest
GetDataItemRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDataItemRequest
GetDataItemRequest. parseFrom(InputStream input)
static GetDataItemRequest
GetDataItemRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDataItemRequest
GetDataItemRequest. parseFrom(ByteBuffer data)
static GetDataItemRequest
GetDataItemRequest. 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 DataItem
DataLabelingServiceClient. getDataItem(GetDataItemRequest request)
Gets a data item in a dataset by resource name.default void
DataLabelingServiceGrpc.AsyncService. getDataItem(GetDataItemRequest request, io.grpc.stub.StreamObserver<DataItem> responseObserver)
Gets a data item in a dataset by resource name.DataItem
DataLabelingServiceGrpc.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.void
DataLabelingServiceGrpc.DataLabelingServiceStub. getDataItem(GetDataItemRequest request, io.grpc.stub.StreamObserver<DataItem> responseObserver)
Gets a data item in a dataset by resource name.GetDataItemRequest.Builder
GetDataItemRequest.Builder. mergeFrom(GetDataItemRequest other)
static GetDataItemRequest.Builder
GetDataItemRequest. 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.
-