Uses of Class
com.google.cloud.datalabeling.v1beta1.Instruction
-
Packages that use Instruction Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling APIcom.google.cloud.datalabeling.v1beta1.stub -
-
Uses of Instruction in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return Instruction Modifier and Type Method Description Instruction
Instruction.Builder. build()
Instruction
Instruction.Builder. buildPartial()
static Instruction
Instruction. getDefaultInstance()
Instruction
Instruction.Builder. getDefaultInstanceForType()
Instruction
Instruction. getDefaultInstanceForType()
Instruction
CreateInstructionRequest.Builder. getInstruction()
Required.Instruction
CreateInstructionRequest. getInstruction()
Required.Instruction
CreateInstructionRequestOrBuilder. getInstruction()
Required.Instruction
DataLabelingServiceClient. getInstruction(GetInstructionRequest request)
Gets an instruction by resource name.Instruction
DataLabelingServiceClient. getInstruction(InstructionName name)
Gets an instruction by resource name.Instruction
DataLabelingServiceClient. getInstruction(String name)
Gets an instruction by resource name.Instruction
DataLabelingServiceGrpc.DataLabelingServiceBlockingStub. getInstruction(GetInstructionRequest request)
Gets an instruction by resource name.Instruction
ListInstructionsResponse.Builder. getInstructions(int index)
The list of Instructions to return.Instruction
ListInstructionsResponse. getInstructions(int index)
The list of Instructions to return.Instruction
ListInstructionsResponseOrBuilder. getInstructions(int index)
The list of Instructions to return.static Instruction
Instruction. parseDelimitedFrom(InputStream input)
static Instruction
Instruction. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instruction
Instruction. parseFrom(byte[] data)
static Instruction
Instruction. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instruction
Instruction. parseFrom(com.google.protobuf.ByteString data)
static Instruction
Instruction. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instruction
Instruction. parseFrom(com.google.protobuf.CodedInputStream input)
static Instruction
Instruction. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instruction
Instruction. parseFrom(InputStream input)
static Instruction
Instruction. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instruction
Instruction. parseFrom(ByteBuffer data)
static Instruction
Instruction. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type Instruction Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Instruction,CreateInstructionMetadata>
DataLabelingServiceClient. createInstructionAsync(CreateInstructionRequest request)
Creates an instruction for how data should be labeled.com.google.api.gax.longrunning.OperationFuture<Instruction,CreateInstructionMetadata>
DataLabelingServiceClient. createInstructionAsync(ProjectName parent, Instruction instruction)
Creates an instruction for how data should be labeled.com.google.api.gax.longrunning.OperationFuture<Instruction,CreateInstructionMetadata>
DataLabelingServiceClient. createInstructionAsync(String parent, Instruction instruction)
Creates an instruction for how data should be labeled.com.google.api.gax.rpc.OperationCallable<CreateInstructionRequest,Instruction,CreateInstructionMetadata>
DataLabelingServiceClient. createInstructionOperationCallable()
Creates an instruction for how data should be labeled.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateInstructionRequest,Instruction,CreateInstructionMetadata>
DataLabelingServiceSettings.Builder. createInstructionOperationSettings()
Returns the builder for the settings used for calls to createInstruction.com.google.api.gax.rpc.OperationCallSettings<CreateInstructionRequest,Instruction,CreateInstructionMetadata>
DataLabelingServiceSettings. createInstructionOperationSettings()
Returns the object with the settings used for calls to createInstruction.static io.grpc.MethodDescriptor<GetInstructionRequest,Instruction>
DataLabelingServiceGrpc. getGetInstructionMethod()
com.google.common.util.concurrent.ListenableFuture<Instruction>
DataLabelingServiceGrpc.DataLabelingServiceFutureStub. getInstruction(GetInstructionRequest request)
Gets an instruction by resource name.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.List<Instruction>
ListInstructionsResponse.Builder. getInstructionsList()
The list of Instructions to return.List<Instruction>
ListInstructionsResponse. getInstructionsList()
The list of Instructions to return.List<Instruction>
ListInstructionsResponseOrBuilder. getInstructionsList()
The list of Instructions to return.com.google.protobuf.Parser<Instruction>
Instruction. getParserForType()
static com.google.protobuf.Parser<Instruction>
Instruction. parser()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type Instruction Modifier and Type Method Description ListInstructionsResponse.Builder
ListInstructionsResponse.Builder. addInstructions(int index, Instruction value)
The list of Instructions to return.ListInstructionsResponse.Builder
ListInstructionsResponse.Builder. addInstructions(Instruction value)
The list of Instructions to return.com.google.api.gax.longrunning.OperationFuture<Instruction,CreateInstructionMetadata>
DataLabelingServiceClient. createInstructionAsync(ProjectName parent, Instruction instruction)
Creates an instruction for how data should be labeled.com.google.api.gax.longrunning.OperationFuture<Instruction,CreateInstructionMetadata>
DataLabelingServiceClient. createInstructionAsync(String parent, Instruction instruction)
Creates an instruction for how data should be labeled.Instruction.Builder
Instruction.Builder. mergeFrom(Instruction other)
CreateInstructionRequest.Builder
CreateInstructionRequest.Builder. mergeInstruction(Instruction value)
Required.static Instruction.Builder
Instruction. newBuilder(Instruction prototype)
CreateInstructionRequest.Builder
CreateInstructionRequest.Builder. setInstruction(Instruction value)
Required.ListInstructionsResponse.Builder
ListInstructionsResponse.Builder. setInstructions(int index, Instruction value)
The list of Instructions to return.Method parameters in com.google.cloud.datalabeling.v1beta1 with type arguments of type Instruction Modifier and Type Method Description ListInstructionsResponse.Builder
ListInstructionsResponse.Builder. addAllInstructions(Iterable<? extends Instruction> values)
The list of Instructions to return.static com.google.api.core.ApiFuture<DataLabelingServiceClient.ListInstructionsPagedResponse>
DataLabelingServiceClient.ListInstructionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInstructionsRequest,ListInstructionsResponse,Instruction> context, com.google.api.core.ApiFuture<ListInstructionsResponse> futureResponse)
protected DataLabelingServiceClient.ListInstructionsPage
DataLabelingServiceClient.ListInstructionsPage. createPage(com.google.api.gax.rpc.PageContext<ListInstructionsRequest,ListInstructionsResponse,Instruction> context, ListInstructionsResponse response)
com.google.api.core.ApiFuture<DataLabelingServiceClient.ListInstructionsPage>
DataLabelingServiceClient.ListInstructionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListInstructionsRequest,ListInstructionsResponse,Instruction> context, com.google.api.core.ApiFuture<ListInstructionsResponse> futureResponse)
default void
DataLabelingServiceGrpc.AsyncService. getInstruction(GetInstructionRequest request, io.grpc.stub.StreamObserver<Instruction> responseObserver)
Gets an instruction by resource name.void
DataLabelingServiceGrpc.DataLabelingServiceStub. getInstruction(GetInstructionRequest request, io.grpc.stub.StreamObserver<Instruction> responseObserver)
Gets an instruction by resource name. -
Uses of Instruction in com.google.cloud.datalabeling.v1beta1.stub
Methods in com.google.cloud.datalabeling.v1beta1.stub that return types with arguments of type Instruction Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateInstructionRequest,Instruction,CreateInstructionMetadata>
DataLabelingServiceStub. createInstructionOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateInstructionRequest,Instruction,CreateInstructionMetadata>
GrpcDataLabelingServiceStub. createInstructionOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateInstructionRequest,Instruction,CreateInstructionMetadata>
DataLabelingServiceStubSettings.Builder. createInstructionOperationSettings()
Returns the builder for the settings used for calls to createInstruction.com.google.api.gax.rpc.OperationCallSettings<CreateInstructionRequest,Instruction,CreateInstructionMetadata>
DataLabelingServiceStubSettings. createInstructionOperationSettings()
Returns the object with the settings used for calls to createInstruction.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.
-