public static final class DataItem.Builder extends GeneratedMessageV3.Builder<DataItem.Builder> implements DataItemOrBuilderDataItem is a piece of data, without annotation. For example, an image.
Protobuf type google.cloud.datalabeling.v1beta1.DataItem
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DataItem.BuilderImplements
DataItemOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DataItem.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| DataItem.Builder |
build()
public DataItem build()| Type | Description |
| DataItem |
buildPartial()
public DataItem buildPartial()| Type | Description |
| DataItem |
clear()
public DataItem.Builder clear()| Type | Description |
| DataItem.Builder |
clearField(Descriptors.FieldDescriptor field)
public DataItem.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| DataItem.Builder |
clearImagePayload()
public DataItem.Builder clearImagePayload()The image payload, a container of the image bytes/uri.
.google.cloud.datalabeling.v1beta1.ImagePayload image_payload = 2;
| Type | Description |
| DataItem.Builder |
clearName()
public DataItem.Builder clearName()Output only. Name of the data item, in format of: projects/{project_id}/datasets/{dataset_id}/dataItems/{data_item_id}
string name = 1;
| Type | Description |
| DataItem.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DataItem.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| DataItem.Builder |
clearPayload()
public DataItem.Builder clearPayload()| Type | Description |
| DataItem.Builder |
clearTextPayload()
public DataItem.Builder clearTextPayload()The text payload, a container of text content.
.google.cloud.datalabeling.v1beta1.TextPayload text_payload = 3;
| Type | Description |
| DataItem.Builder |
clearVideoPayload()
public DataItem.Builder clearVideoPayload()The video payload, a container of the video uri.
.google.cloud.datalabeling.v1beta1.VideoPayload video_payload = 4;
| Type | Description |
| DataItem.Builder |
clone()
public DataItem.Builder clone()| Type | Description |
| DataItem.Builder |
getDefaultInstanceForType()
public DataItem getDefaultInstanceForType()| Type | Description |
| DataItem |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getImagePayload()
public ImagePayload getImagePayload()The image payload, a container of the image bytes/uri.
.google.cloud.datalabeling.v1beta1.ImagePayload image_payload = 2;
| Type | Description |
| ImagePayload | The imagePayload. |
getImagePayloadBuilder()
public ImagePayload.Builder getImagePayloadBuilder()The image payload, a container of the image bytes/uri.
.google.cloud.datalabeling.v1beta1.ImagePayload image_payload = 2;
| Type | Description |
| ImagePayload.Builder |
getImagePayloadOrBuilder()
public ImagePayloadOrBuilder getImagePayloadOrBuilder()The image payload, a container of the image bytes/uri.
.google.cloud.datalabeling.v1beta1.ImagePayload image_payload = 2;
| Type | Description |
| ImagePayloadOrBuilder |
getName()
public String getName()Output only. Name of the data item, in format of: projects/{project_id}/datasets/{dataset_id}/dataItems/{data_item_id}
string name = 1;
| Type | Description |
| String | The name. |
getNameBytes()
public ByteString getNameBytes()Output only. Name of the data item, in format of: projects/{project_id}/datasets/{dataset_id}/dataItems/{data_item_id}
string name = 1;
| Type | Description |
| ByteString | The bytes for name. |
getPayloadCase()
public DataItem.PayloadCase getPayloadCase()| Type | Description |
| DataItem.PayloadCase |
getTextPayload()
public TextPayload getTextPayload()The text payload, a container of text content.
.google.cloud.datalabeling.v1beta1.TextPayload text_payload = 3;
| Type | Description |
| TextPayload | The textPayload. |
getTextPayloadBuilder()
public TextPayload.Builder getTextPayloadBuilder()The text payload, a container of text content.
.google.cloud.datalabeling.v1beta1.TextPayload text_payload = 3;
| Type | Description |
| TextPayload.Builder |
getTextPayloadOrBuilder()
public TextPayloadOrBuilder getTextPayloadOrBuilder()The text payload, a container of text content.
.google.cloud.datalabeling.v1beta1.TextPayload text_payload = 3;
| Type | Description |
| TextPayloadOrBuilder |
getVideoPayload()
public VideoPayload getVideoPayload()The video payload, a container of the video uri.
.google.cloud.datalabeling.v1beta1.VideoPayload video_payload = 4;
| Type | Description |
| VideoPayload | The videoPayload. |
getVideoPayloadBuilder()
public VideoPayload.Builder getVideoPayloadBuilder()The video payload, a container of the video uri.
.google.cloud.datalabeling.v1beta1.VideoPayload video_payload = 4;
| Type | Description |
| VideoPayload.Builder |
getVideoPayloadOrBuilder()
public VideoPayloadOrBuilder getVideoPayloadOrBuilder()The video payload, a container of the video uri.
.google.cloud.datalabeling.v1beta1.VideoPayload video_payload = 4;
| Type | Description |
| VideoPayloadOrBuilder |
hasImagePayload()
public boolean hasImagePayload()The image payload, a container of the image bytes/uri.
.google.cloud.datalabeling.v1beta1.ImagePayload image_payload = 2;
| Type | Description |
| boolean | Whether the imagePayload field is set. |
hasTextPayload()
public boolean hasTextPayload()The text payload, a container of text content.
.google.cloud.datalabeling.v1beta1.TextPayload text_payload = 3;
| Type | Description |
| boolean | Whether the textPayload field is set. |
hasVideoPayload()
public boolean hasVideoPayload()The video payload, a container of the video uri.
.google.cloud.datalabeling.v1beta1.VideoPayload video_payload = 4;
| Type | Description |
| boolean | Whether the videoPayload field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(DataItem other)
public DataItem.Builder mergeFrom(DataItem other)| Name | Description |
| other | DataItem |
| Type | Description |
| DataItem.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DataItem.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| DataItem.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public DataItem.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| DataItem.Builder |
mergeImagePayload(ImagePayload value)
public DataItem.Builder mergeImagePayload(ImagePayload value)The image payload, a container of the image bytes/uri.
.google.cloud.datalabeling.v1beta1.ImagePayload image_payload = 2;
| Name | Description |
| value | ImagePayload |
| Type | Description |
| DataItem.Builder |
mergeTextPayload(TextPayload value)
public DataItem.Builder mergeTextPayload(TextPayload value)The text payload, a container of text content.
.google.cloud.datalabeling.v1beta1.TextPayload text_payload = 3;
| Name | Description |
| value | TextPayload |
| Type | Description |
| DataItem.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DataItem.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| DataItem.Builder |
mergeVideoPayload(VideoPayload value)
public DataItem.Builder mergeVideoPayload(VideoPayload value)The video payload, a container of the video uri.
.google.cloud.datalabeling.v1beta1.VideoPayload video_payload = 4;
| Name | Description |
| value | VideoPayload |
| Type | Description |
| DataItem.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public DataItem.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| DataItem.Builder |
setImagePayload(ImagePayload value)
public DataItem.Builder setImagePayload(ImagePayload value)The image payload, a container of the image bytes/uri.
.google.cloud.datalabeling.v1beta1.ImagePayload image_payload = 2;
| Name | Description |
| value | ImagePayload |
| Type | Description |
| DataItem.Builder |
setImagePayload(ImagePayload.Builder builderForValue)
public DataItem.Builder setImagePayload(ImagePayload.Builder builderForValue)The image payload, a container of the image bytes/uri.
.google.cloud.datalabeling.v1beta1.ImagePayload image_payload = 2;
| Name | Description |
| builderForValue | ImagePayload.Builder |
| Type | Description |
| DataItem.Builder |
setName(String value)
public DataItem.Builder setName(String value)Output only. Name of the data item, in format of: projects/{project_id}/datasets/{dataset_id}/dataItems/{data_item_id}
string name = 1;
| Name | Description |
| value | StringThe name to set. |
| Type | Description |
| DataItem.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public DataItem.Builder setNameBytes(ByteString value)Output only. Name of the data item, in format of: projects/{project_id}/datasets/{dataset_id}/dataItems/{data_item_id}
string name = 1;
| Name | Description |
| value | ByteStringThe bytes for name to set. |
| Type | Description |
| DataItem.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DataItem.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| DataItem.Builder |
setTextPayload(TextPayload value)
public DataItem.Builder setTextPayload(TextPayload value)The text payload, a container of text content.
.google.cloud.datalabeling.v1beta1.TextPayload text_payload = 3;
| Name | Description |
| value | TextPayload |
| Type | Description |
| DataItem.Builder |
setTextPayload(TextPayload.Builder builderForValue)
public DataItem.Builder setTextPayload(TextPayload.Builder builderForValue)The text payload, a container of text content.
.google.cloud.datalabeling.v1beta1.TextPayload text_payload = 3;
| Name | Description |
| builderForValue | TextPayload.Builder |
| Type | Description |
| DataItem.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final DataItem.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| DataItem.Builder |
setVideoPayload(VideoPayload value)
public DataItem.Builder setVideoPayload(VideoPayload value)The video payload, a container of the video uri.
.google.cloud.datalabeling.v1beta1.VideoPayload video_payload = 4;
| Name | Description |
| value | VideoPayload |
| Type | Description |
| DataItem.Builder |
setVideoPayload(VideoPayload.Builder builderForValue)
public DataItem.Builder setVideoPayload(VideoPayload.Builder builderForValue)The video payload, a container of the video uri.
.google.cloud.datalabeling.v1beta1.VideoPayload video_payload = 4;
| Name | Description |
| builderForValue | VideoPayload.Builder |
| Type | Description |
| DataItem.Builder |