Uses of Class
com.google.cloud.datalabeling.v1beta1.GetExampleRequest
-
Packages that use GetExampleRequest Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling APIcom.google.cloud.datalabeling.v1beta1.stub -
-
Uses of GetExampleRequest in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return GetExampleRequest Modifier and Type Method Description GetExampleRequest
GetExampleRequest.Builder. build()
GetExampleRequest
GetExampleRequest.Builder. buildPartial()
static GetExampleRequest
GetExampleRequest. getDefaultInstance()
GetExampleRequest
GetExampleRequest.Builder. getDefaultInstanceForType()
GetExampleRequest
GetExampleRequest. getDefaultInstanceForType()
static GetExampleRequest
GetExampleRequest. parseDelimitedFrom(InputStream input)
static GetExampleRequest
GetExampleRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetExampleRequest
GetExampleRequest. parseFrom(byte[] data)
static GetExampleRequest
GetExampleRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetExampleRequest
GetExampleRequest. parseFrom(com.google.protobuf.ByteString data)
static GetExampleRequest
GetExampleRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetExampleRequest
GetExampleRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetExampleRequest
GetExampleRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetExampleRequest
GetExampleRequest. parseFrom(InputStream input)
static GetExampleRequest
GetExampleRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetExampleRequest
GetExampleRequest. parseFrom(ByteBuffer data)
static GetExampleRequest
GetExampleRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type GetExampleRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetExampleRequest,Example>
DataLabelingServiceClient. getExampleCallable()
Gets an example by resource name, including both data and annotation.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetExampleRequest,Example>
DataLabelingServiceSettings.Builder. getExampleSettings()
Returns the builder for the settings used for calls to getExample.com.google.api.gax.rpc.UnaryCallSettings<GetExampleRequest,Example>
DataLabelingServiceSettings. getExampleSettings()
Returns the object with the settings used for calls to getExample.static io.grpc.MethodDescriptor<GetExampleRequest,Example>
DataLabelingServiceGrpc. getGetExampleMethod()
com.google.protobuf.Parser<GetExampleRequest>
GetExampleRequest. getParserForType()
static com.google.protobuf.Parser<GetExampleRequest>
GetExampleRequest. parser()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type GetExampleRequest Modifier and Type Method Description Example
DataLabelingServiceClient. getExample(GetExampleRequest request)
Gets an example by resource name, including both data and annotation.default void
DataLabelingServiceGrpc.AsyncService. getExample(GetExampleRequest request, io.grpc.stub.StreamObserver<Example> responseObserver)
Gets an example by resource name, including both data and annotation.Example
DataLabelingServiceGrpc.DataLabelingServiceBlockingStub. getExample(GetExampleRequest request)
Gets an example by resource name, including both data and annotation.com.google.common.util.concurrent.ListenableFuture<Example>
DataLabelingServiceGrpc.DataLabelingServiceFutureStub. getExample(GetExampleRequest request)
Gets an example by resource name, including both data and annotation.void
DataLabelingServiceGrpc.DataLabelingServiceStub. getExample(GetExampleRequest request, io.grpc.stub.StreamObserver<Example> responseObserver)
Gets an example by resource name, including both data and annotation.GetExampleRequest.Builder
GetExampleRequest.Builder. mergeFrom(GetExampleRequest other)
static GetExampleRequest.Builder
GetExampleRequest. newBuilder(GetExampleRequest prototype)
-
Uses of GetExampleRequest in com.google.cloud.datalabeling.v1beta1.stub
Methods in com.google.cloud.datalabeling.v1beta1.stub that return types with arguments of type GetExampleRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetExampleRequest,Example>
DataLabelingServiceStub. getExampleCallable()
com.google.api.gax.rpc.UnaryCallable<GetExampleRequest,Example>
GrpcDataLabelingServiceStub. getExampleCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetExampleRequest,Example>
DataLabelingServiceStubSettings.Builder. getExampleSettings()
Returns the builder for the settings used for calls to getExample.com.google.api.gax.rpc.UnaryCallSettings<GetExampleRequest,Example>
DataLabelingServiceStubSettings. getExampleSettings()
Returns the object with the settings used for calls to getExample.
-