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 GetInstructionRequestGetInstructionRequest.Builder. build()GetInstructionRequestGetInstructionRequest.Builder. buildPartial()static GetInstructionRequestGetInstructionRequest. getDefaultInstance()GetInstructionRequestGetInstructionRequest.Builder. getDefaultInstanceForType()GetInstructionRequestGetInstructionRequest. getDefaultInstanceForType()static GetInstructionRequestGetInstructionRequest. parseDelimitedFrom(InputStream input)static GetInstructionRequestGetInstructionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInstructionRequestGetInstructionRequest. parseFrom(byte[] data)static GetInstructionRequestGetInstructionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInstructionRequestGetInstructionRequest. parseFrom(com.google.protobuf.ByteString data)static GetInstructionRequestGetInstructionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInstructionRequestGetInstructionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetInstructionRequestGetInstructionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInstructionRequestGetInstructionRequest. parseFrom(InputStream input)static GetInstructionRequestGetInstructionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInstructionRequestGetInstructionRequest. parseFrom(ByteBuffer data)static GetInstructionRequestGetInstructionRequest. 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 InstructionDataLabelingServiceClient. getInstruction(GetInstructionRequest request)Gets an instruction by resource name.default voidDataLabelingServiceGrpc.AsyncService. getInstruction(GetInstructionRequest request, io.grpc.stub.StreamObserver<Instruction> responseObserver)Gets an instruction by resource name.InstructionDataLabelingServiceGrpc.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.voidDataLabelingServiceGrpc.DataLabelingServiceStub. getInstruction(GetInstructionRequest request, io.grpc.stub.StreamObserver<Instruction> responseObserver)Gets an instruction by resource name.GetInstructionRequest.BuilderGetInstructionRequest.Builder. mergeFrom(GetInstructionRequest other)static GetInstructionRequest.BuilderGetInstructionRequest. 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.
-