Class WebDetection
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.vision.v1p2beta1.WebDetection
-
- All Implemented Interfaces:
WebDetectionOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class WebDetection extends com.google.protobuf.GeneratedMessageV3 implements WebDetectionOrBuilder
Relevant information for the image from the Internet.
Protobuf typegoogle.cloud.vision.v1p2beta1.WebDetection
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebDetection.Builder
Relevant information for the image from the Internet.static class
WebDetection.WebEntity
Entity deduced from similar images on the Internet.static interface
WebDetection.WebEntityOrBuilder
static class
WebDetection.WebImage
Metadata for online images.static interface
WebDetection.WebImageOrBuilder
static class
WebDetection.WebLabel
Label to provide extra metadata for the web detection.static interface
WebDetection.WebLabelOrBuilder
static class
WebDetection.WebPage
Metadata for web pages.static interface
WebDetection.WebPageOrBuilder
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
BEST_GUESS_LABELS_FIELD_NUMBER
static int
FULL_MATCHING_IMAGES_FIELD_NUMBER
static int
PAGES_WITH_MATCHING_IMAGES_FIELD_NUMBER
static int
PARTIAL_MATCHING_IMAGES_FIELD_NUMBER
static int
VISUALLY_SIMILAR_IMAGES_FIELD_NUMBER
static int
WEB_ENTITIES_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
WebDetection.WebLabel
getBestGuessLabels(int index)
Best guess text labels for the request image.int
getBestGuessLabelsCount()
Best guess text labels for the request image.List<WebDetection.WebLabel>
getBestGuessLabelsList()
Best guess text labels for the request image.WebDetection.WebLabelOrBuilder
getBestGuessLabelsOrBuilder(int index)
Best guess text labels for the request image.List<? extends WebDetection.WebLabelOrBuilder>
getBestGuessLabelsOrBuilderList()
Best guess text labels for the request image.static WebDetection
getDefaultInstance()
WebDetection
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
WebDetection.WebImage
getFullMatchingImages(int index)
Fully matching images from the Internet.int
getFullMatchingImagesCount()
Fully matching images from the Internet.List<WebDetection.WebImage>
getFullMatchingImagesList()
Fully matching images from the Internet.WebDetection.WebImageOrBuilder
getFullMatchingImagesOrBuilder(int index)
Fully matching images from the Internet.List<? extends WebDetection.WebImageOrBuilder>
getFullMatchingImagesOrBuilderList()
Fully matching images from the Internet.WebDetection.WebPage
getPagesWithMatchingImages(int index)
Web pages containing the matching images from the Internet.int
getPagesWithMatchingImagesCount()
Web pages containing the matching images from the Internet.List<WebDetection.WebPage>
getPagesWithMatchingImagesList()
Web pages containing the matching images from the Internet.WebDetection.WebPageOrBuilder
getPagesWithMatchingImagesOrBuilder(int index)
Web pages containing the matching images from the Internet.List<? extends WebDetection.WebPageOrBuilder>
getPagesWithMatchingImagesOrBuilderList()
Web pages containing the matching images from the Internet.com.google.protobuf.Parser<WebDetection>
getParserForType()
WebDetection.WebImage
getPartialMatchingImages(int index)
Partial matching images from the Internet.int
getPartialMatchingImagesCount()
Partial matching images from the Internet.List<WebDetection.WebImage>
getPartialMatchingImagesList()
Partial matching images from the Internet.WebDetection.WebImageOrBuilder
getPartialMatchingImagesOrBuilder(int index)
Partial matching images from the Internet.List<? extends WebDetection.WebImageOrBuilder>
getPartialMatchingImagesOrBuilderList()
Partial matching images from the Internet.int
getSerializedSize()
WebDetection.WebImage
getVisuallySimilarImages(int index)
The visually similar image results.int
getVisuallySimilarImagesCount()
The visually similar image results.List<WebDetection.WebImage>
getVisuallySimilarImagesList()
The visually similar image results.WebDetection.WebImageOrBuilder
getVisuallySimilarImagesOrBuilder(int index)
The visually similar image results.List<? extends WebDetection.WebImageOrBuilder>
getVisuallySimilarImagesOrBuilderList()
The visually similar image results.WebDetection.WebEntity
getWebEntities(int index)
Deduced entities from similar images on the Internet.int
getWebEntitiesCount()
Deduced entities from similar images on the Internet.List<WebDetection.WebEntity>
getWebEntitiesList()
Deduced entities from similar images on the Internet.WebDetection.WebEntityOrBuilder
getWebEntitiesOrBuilder(int index)
Deduced entities from similar images on the Internet.List<? extends WebDetection.WebEntityOrBuilder>
getWebEntitiesOrBuilderList()
Deduced entities from similar images on the Internet.int
hashCode()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static WebDetection.Builder
newBuilder()
static WebDetection.Builder
newBuilder(WebDetection prototype)
WebDetection.Builder
newBuilderForType()
protected WebDetection.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static WebDetection
parseDelimitedFrom(InputStream input)
static WebDetection
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WebDetection
parseFrom(byte[] data)
static WebDetection
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WebDetection
parseFrom(com.google.protobuf.ByteString data)
static WebDetection
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WebDetection
parseFrom(com.google.protobuf.CodedInputStream input)
static WebDetection
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WebDetection
parseFrom(InputStream input)
static WebDetection
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WebDetection
parseFrom(ByteBuffer data)
static WebDetection
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<WebDetection>
parser()
WebDetection.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
WEB_ENTITIES_FIELD_NUMBER
public static final int WEB_ENTITIES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FULL_MATCHING_IMAGES_FIELD_NUMBER
public static final int FULL_MATCHING_IMAGES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARTIAL_MATCHING_IMAGES_FIELD_NUMBER
public static final int PARTIAL_MATCHING_IMAGES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PAGES_WITH_MATCHING_IMAGES_FIELD_NUMBER
public static final int PAGES_WITH_MATCHING_IMAGES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VISUALLY_SIMILAR_IMAGES_FIELD_NUMBER
public static final int VISUALLY_SIMILAR_IMAGES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BEST_GUESS_LABELS_FIELD_NUMBER
public static final int BEST_GUESS_LABELS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
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
-
getWebEntitiesList
public List<WebDetection.WebEntity> getWebEntitiesList()
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebEntity web_entities = 1;
- Specified by:
getWebEntitiesList
in interfaceWebDetectionOrBuilder
-
getWebEntitiesOrBuilderList
public List<? extends WebDetection.WebEntityOrBuilder> getWebEntitiesOrBuilderList()
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebEntity web_entities = 1;
- Specified by:
getWebEntitiesOrBuilderList
in interfaceWebDetectionOrBuilder
-
getWebEntitiesCount
public int getWebEntitiesCount()
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebEntity web_entities = 1;
- Specified by:
getWebEntitiesCount
in interfaceWebDetectionOrBuilder
-
getWebEntities
public WebDetection.WebEntity getWebEntities(int index)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebEntity web_entities = 1;
- Specified by:
getWebEntities
in interfaceWebDetectionOrBuilder
-
getWebEntitiesOrBuilder
public WebDetection.WebEntityOrBuilder getWebEntitiesOrBuilder(int index)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebEntity web_entities = 1;
- Specified by:
getWebEntitiesOrBuilder
in interfaceWebDetectionOrBuilder
-
getFullMatchingImagesList
public List<WebDetection.WebImage> getFullMatchingImagesList()
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
- Specified by:
getFullMatchingImagesList
in interfaceWebDetectionOrBuilder
-
getFullMatchingImagesOrBuilderList
public List<? extends WebDetection.WebImageOrBuilder> getFullMatchingImagesOrBuilderList()
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
- Specified by:
getFullMatchingImagesOrBuilderList
in interfaceWebDetectionOrBuilder
-
getFullMatchingImagesCount
public int getFullMatchingImagesCount()
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
- Specified by:
getFullMatchingImagesCount
in interfaceWebDetectionOrBuilder
-
getFullMatchingImages
public WebDetection.WebImage getFullMatchingImages(int index)
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
- Specified by:
getFullMatchingImages
in interfaceWebDetectionOrBuilder
-
getFullMatchingImagesOrBuilder
public WebDetection.WebImageOrBuilder getFullMatchingImagesOrBuilder(int index)
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
- Specified by:
getFullMatchingImagesOrBuilder
in interfaceWebDetectionOrBuilder
-
getPartialMatchingImagesList
public List<WebDetection.WebImage> getPartialMatchingImagesList()
Partial matching images from the Internet. Those images are similar enough to share some key-point features. For example an original image will likely have partial matching for its crops.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage partial_matching_images = 3;
- Specified by:
getPartialMatchingImagesList
in interfaceWebDetectionOrBuilder
-
getPartialMatchingImagesOrBuilderList
public List<? extends WebDetection.WebImageOrBuilder> getPartialMatchingImagesOrBuilderList()
Partial matching images from the Internet. Those images are similar enough to share some key-point features. For example an original image will likely have partial matching for its crops.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage partial_matching_images = 3;
- Specified by:
getPartialMatchingImagesOrBuilderList
in interfaceWebDetectionOrBuilder
-
getPartialMatchingImagesCount
public int getPartialMatchingImagesCount()
Partial matching images from the Internet. Those images are similar enough to share some key-point features. For example an original image will likely have partial matching for its crops.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage partial_matching_images = 3;
- Specified by:
getPartialMatchingImagesCount
in interfaceWebDetectionOrBuilder
-
getPartialMatchingImages
public WebDetection.WebImage getPartialMatchingImages(int index)
Partial matching images from the Internet. Those images are similar enough to share some key-point features. For example an original image will likely have partial matching for its crops.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage partial_matching_images = 3;
- Specified by:
getPartialMatchingImages
in interfaceWebDetectionOrBuilder
-
getPartialMatchingImagesOrBuilder
public WebDetection.WebImageOrBuilder getPartialMatchingImagesOrBuilder(int index)
Partial matching images from the Internet. Those images are similar enough to share some key-point features. For example an original image will likely have partial matching for its crops.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage partial_matching_images = 3;
- Specified by:
getPartialMatchingImagesOrBuilder
in interfaceWebDetectionOrBuilder
-
getPagesWithMatchingImagesList
public List<WebDetection.WebPage> getPagesWithMatchingImagesList()
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebPage pages_with_matching_images = 4;
- Specified by:
getPagesWithMatchingImagesList
in interfaceWebDetectionOrBuilder
-
getPagesWithMatchingImagesOrBuilderList
public List<? extends WebDetection.WebPageOrBuilder> getPagesWithMatchingImagesOrBuilderList()
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebPage pages_with_matching_images = 4;
- Specified by:
getPagesWithMatchingImagesOrBuilderList
in interfaceWebDetectionOrBuilder
-
getPagesWithMatchingImagesCount
public int getPagesWithMatchingImagesCount()
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebPage pages_with_matching_images = 4;
- Specified by:
getPagesWithMatchingImagesCount
in interfaceWebDetectionOrBuilder
-
getPagesWithMatchingImages
public WebDetection.WebPage getPagesWithMatchingImages(int index)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebPage pages_with_matching_images = 4;
- Specified by:
getPagesWithMatchingImages
in interfaceWebDetectionOrBuilder
-
getPagesWithMatchingImagesOrBuilder
public WebDetection.WebPageOrBuilder getPagesWithMatchingImagesOrBuilder(int index)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebPage pages_with_matching_images = 4;
- Specified by:
getPagesWithMatchingImagesOrBuilder
in interfaceWebDetectionOrBuilder
-
getVisuallySimilarImagesList
public List<WebDetection.WebImage> getVisuallySimilarImagesList()
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
- Specified by:
getVisuallySimilarImagesList
in interfaceWebDetectionOrBuilder
-
getVisuallySimilarImagesOrBuilderList
public List<? extends WebDetection.WebImageOrBuilder> getVisuallySimilarImagesOrBuilderList()
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
- Specified by:
getVisuallySimilarImagesOrBuilderList
in interfaceWebDetectionOrBuilder
-
getVisuallySimilarImagesCount
public int getVisuallySimilarImagesCount()
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
- Specified by:
getVisuallySimilarImagesCount
in interfaceWebDetectionOrBuilder
-
getVisuallySimilarImages
public WebDetection.WebImage getVisuallySimilarImages(int index)
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
- Specified by:
getVisuallySimilarImages
in interfaceWebDetectionOrBuilder
-
getVisuallySimilarImagesOrBuilder
public WebDetection.WebImageOrBuilder getVisuallySimilarImagesOrBuilder(int index)
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
- Specified by:
getVisuallySimilarImagesOrBuilder
in interfaceWebDetectionOrBuilder
-
getBestGuessLabelsList
public List<WebDetection.WebLabel> getBestGuessLabelsList()
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
- Specified by:
getBestGuessLabelsList
in interfaceWebDetectionOrBuilder
-
getBestGuessLabelsOrBuilderList
public List<? extends WebDetection.WebLabelOrBuilder> getBestGuessLabelsOrBuilderList()
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
- Specified by:
getBestGuessLabelsOrBuilderList
in interfaceWebDetectionOrBuilder
-
getBestGuessLabelsCount
public int getBestGuessLabelsCount()
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
- Specified by:
getBestGuessLabelsCount
in interfaceWebDetectionOrBuilder
-
getBestGuessLabels
public WebDetection.WebLabel getBestGuessLabels(int index)
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
- Specified by:
getBestGuessLabels
in interfaceWebDetectionOrBuilder
-
getBestGuessLabelsOrBuilder
public WebDetection.WebLabelOrBuilder getBestGuessLabelsOrBuilder(int index)
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
- Specified by:
getBestGuessLabelsOrBuilder
in interfaceWebDetectionOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static WebDetection parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WebDetection parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WebDetection parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WebDetection parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WebDetection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WebDetection parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WebDetection parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static WebDetection parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static WebDetection parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static WebDetection parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static WebDetection parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static WebDetection parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public WebDetection.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static WebDetection.Builder newBuilder()
-
newBuilder
public static WebDetection.Builder newBuilder(WebDetection prototype)
-
toBuilder
public WebDetection.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected WebDetection.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static WebDetection getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<WebDetection> parser()
-
getParserForType
public com.google.protobuf.Parser<WebDetection> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public WebDetection getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-