Uses of Class
com.google.cloud.datalabeling.v1beta1.CreateInstructionMetadata
-
Packages that use CreateInstructionMetadata Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling APIcom.google.cloud.datalabeling.v1beta1.stub -
-
Uses of CreateInstructionMetadata in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return CreateInstructionMetadata Modifier and Type Method Description CreateInstructionMetadata
CreateInstructionMetadata.Builder. build()
CreateInstructionMetadata
CreateInstructionMetadata.Builder. buildPartial()
static CreateInstructionMetadata
CreateInstructionMetadata. getDefaultInstance()
CreateInstructionMetadata
CreateInstructionMetadata.Builder. getDefaultInstanceForType()
CreateInstructionMetadata
CreateInstructionMetadata. getDefaultInstanceForType()
static CreateInstructionMetadata
CreateInstructionMetadata. parseDelimitedFrom(InputStream input)
static CreateInstructionMetadata
CreateInstructionMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateInstructionMetadata
CreateInstructionMetadata. parseFrom(byte[] data)
static CreateInstructionMetadata
CreateInstructionMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateInstructionMetadata
CreateInstructionMetadata. parseFrom(com.google.protobuf.ByteString data)
static CreateInstructionMetadata
CreateInstructionMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateInstructionMetadata
CreateInstructionMetadata. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateInstructionMetadata
CreateInstructionMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateInstructionMetadata
CreateInstructionMetadata. parseFrom(InputStream input)
static CreateInstructionMetadata
CreateInstructionMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateInstructionMetadata
CreateInstructionMetadata. parseFrom(ByteBuffer data)
static CreateInstructionMetadata
CreateInstructionMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type CreateInstructionMetadata 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.com.google.protobuf.Parser<CreateInstructionMetadata>
CreateInstructionMetadata. getParserForType()
static com.google.protobuf.Parser<CreateInstructionMetadata>
CreateInstructionMetadata. parser()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type CreateInstructionMetadata Modifier and Type Method Description CreateInstructionMetadata.Builder
CreateInstructionMetadata.Builder. mergeFrom(CreateInstructionMetadata other)
static CreateInstructionMetadata.Builder
CreateInstructionMetadata. newBuilder(CreateInstructionMetadata prototype)
-
Uses of CreateInstructionMetadata in com.google.cloud.datalabeling.v1beta1.stub
Methods in com.google.cloud.datalabeling.v1beta1.stub that return types with arguments of type CreateInstructionMetadata 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.
-