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