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