Class Example.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Example.Builder>
-
- com.google.cloud.datalabeling.v1beta1.Example.Builder
-
- All Implemented Interfaces:
ExampleOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- Example
public static final class Example.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Example.Builder> implements ExampleOrBuilder
An Example is a piece of data and its annotation. For example, an image with label "house".
Protobuf typegoogle.cloud.datalabeling.v1beta1.Example
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Example.Builder
addAllAnnotations(Iterable<? extends Annotation> values)
Output only.Example.Builder
addAnnotations(int index, Annotation value)
Output only.Example.Builder
addAnnotations(int index, Annotation.Builder builderForValue)
Output only.Example.Builder
addAnnotations(Annotation value)
Output only.Example.Builder
addAnnotations(Annotation.Builder builderForValue)
Output only.Annotation.Builder
addAnnotationsBuilder()
Output only.Annotation.Builder
addAnnotationsBuilder(int index)
Output only.Example.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Example
build()
Example
buildPartial()
Example.Builder
clear()
Example.Builder
clearAnnotations()
Output only.Example.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Example.Builder
clearImagePayload()
The image payload, a container of the image bytes/uri.Example.Builder
clearName()
Output only.Example.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Example.Builder
clearPayload()
Example.Builder
clearTextPayload()
The text payload, a container of the text content.Example.Builder
clearVideoPayload()
The video payload, a container of the video uri.Example.Builder
clone()
Annotation
getAnnotations(int index)
Output only.Annotation.Builder
getAnnotationsBuilder(int index)
Output only.List<Annotation.Builder>
getAnnotationsBuilderList()
Output only.int
getAnnotationsCount()
Output only.List<Annotation>
getAnnotationsList()
Output only.AnnotationOrBuilder
getAnnotationsOrBuilder(int index)
Output only.List<? extends AnnotationOrBuilder>
getAnnotationsOrBuilderList()
Output only.Example
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
ImagePayload
getImagePayload()
The image payload, a container of the image bytes/uri.ImagePayload.Builder
getImagePayloadBuilder()
The image payload, a container of the image bytes/uri.ImagePayloadOrBuilder
getImagePayloadOrBuilder()
The image payload, a container of the image bytes/uri.String
getName()
Output only.com.google.protobuf.ByteString
getNameBytes()
Output only.Example.PayloadCase
getPayloadCase()
TextPayload
getTextPayload()
The text payload, a container of the text content.TextPayload.Builder
getTextPayloadBuilder()
The text payload, a container of the text content.TextPayloadOrBuilder
getTextPayloadOrBuilder()
The text payload, a container of the text content.VideoPayload
getVideoPayload()
The video payload, a container of the video uri.VideoPayload.Builder
getVideoPayloadBuilder()
The video payload, a container of the video uri.VideoPayloadOrBuilder
getVideoPayloadOrBuilder()
The video payload, a container of the video uri.boolean
hasImagePayload()
The image payload, a container of the image bytes/uri.boolean
hasTextPayload()
The text payload, a container of the text content.boolean
hasVideoPayload()
The video payload, a container of the video uri.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
Example.Builder
mergeFrom(Example other)
Example.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Example.Builder
mergeFrom(com.google.protobuf.Message other)
Example.Builder
mergeImagePayload(ImagePayload value)
The image payload, a container of the image bytes/uri.Example.Builder
mergeTextPayload(TextPayload value)
The text payload, a container of the text content.Example.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Example.Builder
mergeVideoPayload(VideoPayload value)
The video payload, a container of the video uri.Example.Builder
removeAnnotations(int index)
Output only.Example.Builder
setAnnotations(int index, Annotation value)
Output only.Example.Builder
setAnnotations(int index, Annotation.Builder builderForValue)
Output only.Example.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Example.Builder
setImagePayload(ImagePayload value)
The image payload, a container of the image bytes/uri.Example.Builder
setImagePayload(ImagePayload.Builder builderForValue)
The image payload, a container of the image bytes/uri.Example.Builder
setName(String value)
Output only.Example.Builder
setNameBytes(com.google.protobuf.ByteString value)
Output only.Example.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Example.Builder
setTextPayload(TextPayload value)
The text payload, a container of the text content.Example.Builder
setTextPayload(TextPayload.Builder builderForValue)
The text payload, a container of the text content.Example.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Example.Builder
setVideoPayload(VideoPayload value)
The video payload, a container of the video uri.Example.Builder
setVideoPayload(VideoPayload.Builder builderForValue)
The video payload, a container of the video uri.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<Example.Builder>
-
clear
public Example.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<Example.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<Example.Builder>
-
getDefaultInstanceForType
public Example getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public Example build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Example buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Example.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<Example.Builder>
-
setField
public Example.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Example.Builder>
-
clearField
public Example.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Example.Builder>
-
clearOneof
public Example.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<Example.Builder>
-
setRepeatedField
public Example.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Example.Builder>
-
addRepeatedField
public Example.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Example.Builder>
-
mergeFrom
public Example.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Example.Builder>
-
mergeFrom
public Example.Builder mergeFrom(Example other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<Example.Builder>
-
mergeFrom
public Example.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Example.Builder>
- Throws:
IOException
-
getPayloadCase
public Example.PayloadCase getPayloadCase()
- Specified by:
getPayloadCase
in interfaceExampleOrBuilder
-
clearPayload
public Example.Builder clearPayload()
-
hasImagePayload
public boolean hasImagePayload()
The image payload, a container of the image bytes/uri.
.google.cloud.datalabeling.v1beta1.ImagePayload image_payload = 2;
- Specified by:
hasImagePayload
in interfaceExampleOrBuilder
- Returns:
- Whether the imagePayload field is set.
-
getImagePayload
public ImagePayload getImagePayload()
The image payload, a container of the image bytes/uri.
.google.cloud.datalabeling.v1beta1.ImagePayload image_payload = 2;
- Specified by:
getImagePayload
in interfaceExampleOrBuilder
- Returns:
- The imagePayload.
-
setImagePayload
public Example.Builder setImagePayload(ImagePayload value)
The image payload, a container of the image bytes/uri.
.google.cloud.datalabeling.v1beta1.ImagePayload image_payload = 2;
-
setImagePayload
public Example.Builder setImagePayload(ImagePayload.Builder builderForValue)
The image payload, a container of the image bytes/uri.
.google.cloud.datalabeling.v1beta1.ImagePayload image_payload = 2;
-
mergeImagePayload
public Example.Builder mergeImagePayload(ImagePayload value)
The image payload, a container of the image bytes/uri.
.google.cloud.datalabeling.v1beta1.ImagePayload image_payload = 2;
-
clearImagePayload
public Example.Builder clearImagePayload()
The image payload, a container of the image bytes/uri.
.google.cloud.datalabeling.v1beta1.ImagePayload image_payload = 2;
-
getImagePayloadBuilder
public ImagePayload.Builder getImagePayloadBuilder()
The image payload, a container of the image bytes/uri.
.google.cloud.datalabeling.v1beta1.ImagePayload image_payload = 2;
-
getImagePayloadOrBuilder
public ImagePayloadOrBuilder getImagePayloadOrBuilder()
The image payload, a container of the image bytes/uri.
.google.cloud.datalabeling.v1beta1.ImagePayload image_payload = 2;
- Specified by:
getImagePayloadOrBuilder
in interfaceExampleOrBuilder
-
hasTextPayload
public boolean hasTextPayload()
The text payload, a container of the text content.
.google.cloud.datalabeling.v1beta1.TextPayload text_payload = 6;
- Specified by:
hasTextPayload
in interfaceExampleOrBuilder
- Returns:
- Whether the textPayload field is set.
-
getTextPayload
public TextPayload getTextPayload()
The text payload, a container of the text content.
.google.cloud.datalabeling.v1beta1.TextPayload text_payload = 6;
- Specified by:
getTextPayload
in interfaceExampleOrBuilder
- Returns:
- The textPayload.
-
setTextPayload
public Example.Builder setTextPayload(TextPayload value)
The text payload, a container of the text content.
.google.cloud.datalabeling.v1beta1.TextPayload text_payload = 6;
-
setTextPayload
public Example.Builder setTextPayload(TextPayload.Builder builderForValue)
The text payload, a container of the text content.
.google.cloud.datalabeling.v1beta1.TextPayload text_payload = 6;
-
mergeTextPayload
public Example.Builder mergeTextPayload(TextPayload value)
The text payload, a container of the text content.
.google.cloud.datalabeling.v1beta1.TextPayload text_payload = 6;
-
clearTextPayload
public Example.Builder clearTextPayload()
The text payload, a container of the text content.
.google.cloud.datalabeling.v1beta1.TextPayload text_payload = 6;
-
getTextPayloadBuilder
public TextPayload.Builder getTextPayloadBuilder()
The text payload, a container of the text content.
.google.cloud.datalabeling.v1beta1.TextPayload text_payload = 6;
-
getTextPayloadOrBuilder
public TextPayloadOrBuilder getTextPayloadOrBuilder()
The text payload, a container of the text content.
.google.cloud.datalabeling.v1beta1.TextPayload text_payload = 6;
- Specified by:
getTextPayloadOrBuilder
in interfaceExampleOrBuilder
-
hasVideoPayload
public boolean hasVideoPayload()
The video payload, a container of the video uri.
.google.cloud.datalabeling.v1beta1.VideoPayload video_payload = 7;
- Specified by:
hasVideoPayload
in interfaceExampleOrBuilder
- Returns:
- Whether the videoPayload field is set.
-
getVideoPayload
public VideoPayload getVideoPayload()
The video payload, a container of the video uri.
.google.cloud.datalabeling.v1beta1.VideoPayload video_payload = 7;
- Specified by:
getVideoPayload
in interfaceExampleOrBuilder
- Returns:
- The videoPayload.
-
setVideoPayload
public Example.Builder setVideoPayload(VideoPayload value)
The video payload, a container of the video uri.
.google.cloud.datalabeling.v1beta1.VideoPayload video_payload = 7;
-
setVideoPayload
public Example.Builder setVideoPayload(VideoPayload.Builder builderForValue)
The video payload, a container of the video uri.
.google.cloud.datalabeling.v1beta1.VideoPayload video_payload = 7;
-
mergeVideoPayload
public Example.Builder mergeVideoPayload(VideoPayload value)
The video payload, a container of the video uri.
.google.cloud.datalabeling.v1beta1.VideoPayload video_payload = 7;
-
clearVideoPayload
public Example.Builder clearVideoPayload()
The video payload, a container of the video uri.
.google.cloud.datalabeling.v1beta1.VideoPayload video_payload = 7;
-
getVideoPayloadBuilder
public VideoPayload.Builder getVideoPayloadBuilder()
The video payload, a container of the video uri.
.google.cloud.datalabeling.v1beta1.VideoPayload video_payload = 7;
-
getVideoPayloadOrBuilder
public VideoPayloadOrBuilder getVideoPayloadOrBuilder()
The video payload, a container of the video uri.
.google.cloud.datalabeling.v1beta1.VideoPayload video_payload = 7;
- Specified by:
getVideoPayloadOrBuilder
in interfaceExampleOrBuilder
-
getName
public String getName()
Output only. Name of the example, in format of: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}/examples/{example_id}
string name = 1;
- Specified by:
getName
in interfaceExampleOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Output only. Name of the example, in format of: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}/examples/{example_id}
string name = 1;
- Specified by:
getNameBytes
in interfaceExampleOrBuilder
- Returns:
- The bytes for name.
-
setName
public Example.Builder setName(String value)
Output only. Name of the example, in format of: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}/examples/{example_id}
string name = 1;
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
public Example.Builder clearName()
Output only. Name of the example, in format of: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}/examples/{example_id}
string name = 1;
- Returns:
- This builder for chaining.
-
setNameBytes
public Example.Builder setNameBytes(com.google.protobuf.ByteString value)
Output only. Name of the example, in format of: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}/examples/{example_id}
string name = 1;
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
getAnnotationsList
public List<Annotation> getAnnotationsList()
Output only. Annotations for the piece of data in Example. One piece of data can have multiple annotations.
repeated .google.cloud.datalabeling.v1beta1.Annotation annotations = 5;
- Specified by:
getAnnotationsList
in interfaceExampleOrBuilder
-
getAnnotationsCount
public int getAnnotationsCount()
Output only. Annotations for the piece of data in Example. One piece of data can have multiple annotations.
repeated .google.cloud.datalabeling.v1beta1.Annotation annotations = 5;
- Specified by:
getAnnotationsCount
in interfaceExampleOrBuilder
-
getAnnotations
public Annotation getAnnotations(int index)
Output only. Annotations for the piece of data in Example. One piece of data can have multiple annotations.
repeated .google.cloud.datalabeling.v1beta1.Annotation annotations = 5;
- Specified by:
getAnnotations
in interfaceExampleOrBuilder
-
setAnnotations
public Example.Builder setAnnotations(int index, Annotation value)
Output only. Annotations for the piece of data in Example. One piece of data can have multiple annotations.
repeated .google.cloud.datalabeling.v1beta1.Annotation annotations = 5;
-
setAnnotations
public Example.Builder setAnnotations(int index, Annotation.Builder builderForValue)
Output only. Annotations for the piece of data in Example. One piece of data can have multiple annotations.
repeated .google.cloud.datalabeling.v1beta1.Annotation annotations = 5;
-
addAnnotations
public Example.Builder addAnnotations(Annotation value)
Output only. Annotations for the piece of data in Example. One piece of data can have multiple annotations.
repeated .google.cloud.datalabeling.v1beta1.Annotation annotations = 5;
-
addAnnotations
public Example.Builder addAnnotations(int index, Annotation value)
Output only. Annotations for the piece of data in Example. One piece of data can have multiple annotations.
repeated .google.cloud.datalabeling.v1beta1.Annotation annotations = 5;
-
addAnnotations
public Example.Builder addAnnotations(Annotation.Builder builderForValue)
Output only. Annotations for the piece of data in Example. One piece of data can have multiple annotations.
repeated .google.cloud.datalabeling.v1beta1.Annotation annotations = 5;
-
addAnnotations
public Example.Builder addAnnotations(int index, Annotation.Builder builderForValue)
Output only. Annotations for the piece of data in Example. One piece of data can have multiple annotations.
repeated .google.cloud.datalabeling.v1beta1.Annotation annotations = 5;
-
addAllAnnotations
public Example.Builder addAllAnnotations(Iterable<? extends Annotation> values)
Output only. Annotations for the piece of data in Example. One piece of data can have multiple annotations.
repeated .google.cloud.datalabeling.v1beta1.Annotation annotations = 5;
-
clearAnnotations
public Example.Builder clearAnnotations()
Output only. Annotations for the piece of data in Example. One piece of data can have multiple annotations.
repeated .google.cloud.datalabeling.v1beta1.Annotation annotations = 5;
-
removeAnnotations
public Example.Builder removeAnnotations(int index)
Output only. Annotations for the piece of data in Example. One piece of data can have multiple annotations.
repeated .google.cloud.datalabeling.v1beta1.Annotation annotations = 5;
-
getAnnotationsBuilder
public Annotation.Builder getAnnotationsBuilder(int index)
Output only. Annotations for the piece of data in Example. One piece of data can have multiple annotations.
repeated .google.cloud.datalabeling.v1beta1.Annotation annotations = 5;
-
getAnnotationsOrBuilder
public AnnotationOrBuilder getAnnotationsOrBuilder(int index)
Output only. Annotations for the piece of data in Example. One piece of data can have multiple annotations.
repeated .google.cloud.datalabeling.v1beta1.Annotation annotations = 5;
- Specified by:
getAnnotationsOrBuilder
in interfaceExampleOrBuilder
-
getAnnotationsOrBuilderList
public List<? extends AnnotationOrBuilder> getAnnotationsOrBuilderList()
Output only. Annotations for the piece of data in Example. One piece of data can have multiple annotations.
repeated .google.cloud.datalabeling.v1beta1.Annotation annotations = 5;
- Specified by:
getAnnotationsOrBuilderList
in interfaceExampleOrBuilder
-
addAnnotationsBuilder
public Annotation.Builder addAnnotationsBuilder()
Output only. Annotations for the piece of data in Example. One piece of data can have multiple annotations.
repeated .google.cloud.datalabeling.v1beta1.Annotation annotations = 5;
-
addAnnotationsBuilder
public Annotation.Builder addAnnotationsBuilder(int index)
Output only. Annotations for the piece of data in Example. One piece of data can have multiple annotations.
repeated .google.cloud.datalabeling.v1beta1.Annotation annotations = 5;
-
getAnnotationsBuilderList
public List<Annotation.Builder> getAnnotationsBuilderList()
Output only. Annotations for the piece of data in Example. One piece of data can have multiple annotations.
repeated .google.cloud.datalabeling.v1beta1.Annotation annotations = 5;
-
setUnknownFields
public final Example.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Example.Builder>
-
mergeUnknownFields
public final Example.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Example.Builder>
-
-