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 CreateInstructionMetadataCreateInstructionMetadata.Builder. build()CreateInstructionMetadataCreateInstructionMetadata.Builder. buildPartial()static CreateInstructionMetadataCreateInstructionMetadata. getDefaultInstance()CreateInstructionMetadataCreateInstructionMetadata.Builder. getDefaultInstanceForType()CreateInstructionMetadataCreateInstructionMetadata. getDefaultInstanceForType()static CreateInstructionMetadataCreateInstructionMetadata. parseDelimitedFrom(InputStream input)static CreateInstructionMetadataCreateInstructionMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateInstructionMetadataCreateInstructionMetadata. parseFrom(byte[] data)static CreateInstructionMetadataCreateInstructionMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateInstructionMetadataCreateInstructionMetadata. parseFrom(com.google.protobuf.ByteString data)static CreateInstructionMetadataCreateInstructionMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateInstructionMetadataCreateInstructionMetadata. parseFrom(com.google.protobuf.CodedInputStream input)static CreateInstructionMetadataCreateInstructionMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateInstructionMetadataCreateInstructionMetadata. parseFrom(InputStream input)static CreateInstructionMetadataCreateInstructionMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateInstructionMetadataCreateInstructionMetadata. parseFrom(ByteBuffer data)static CreateInstructionMetadataCreateInstructionMetadata. 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.BuilderCreateInstructionMetadata.Builder. mergeFrom(CreateInstructionMetadata other)static CreateInstructionMetadata.BuilderCreateInstructionMetadata. 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.
-