com.google.cloud.videointelligence.v1.ExplicitContentFrame Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-video-intelligence-v1 Show documentation
Show all versions of proto-google-cloud-video-intelligence-v1 Show documentation
PROTO library for proto-google-cloud-video-intelligence-v1
/*
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/videointelligence/v1/video_intelligence.proto
package com.google.cloud.videointelligence.v1;
/**
*
*
*
* Video frame level annotation results for explicit content.
*
*
* Protobuf type {@code google.cloud.videointelligence.v1.ExplicitContentFrame}
*/
public final class ExplicitContentFrame extends com.google.protobuf.GeneratedMessageV3
implements
// @@protoc_insertion_point(message_implements:google.cloud.videointelligence.v1.ExplicitContentFrame)
ExplicitContentFrameOrBuilder {
private static final long serialVersionUID = 0L;
// Use ExplicitContentFrame.newBuilder() to construct.
private ExplicitContentFrame(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ExplicitContentFrame() {
pornographyLikelihood_ = 0;
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new ExplicitContentFrame();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
}
private ExplicitContentFrame(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10:
{
com.google.protobuf.Duration.Builder subBuilder = null;
if (timeOffset_ != null) {
subBuilder = timeOffset_.toBuilder();
}
timeOffset_ =
input.readMessage(com.google.protobuf.Duration.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(timeOffset_);
timeOffset_ = subBuilder.buildPartial();
}
break;
}
case 16:
{
int rawValue = input.readEnum();
pornographyLikelihood_ = rawValue;
break;
}
default:
{
if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.videointelligence.v1.VideoIntelligenceServiceProto
.internal_static_google_cloud_videointelligence_v1_ExplicitContentFrame_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.videointelligence.v1.VideoIntelligenceServiceProto
.internal_static_google_cloud_videointelligence_v1_ExplicitContentFrame_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.videointelligence.v1.ExplicitContentFrame.class,
com.google.cloud.videointelligence.v1.ExplicitContentFrame.Builder.class);
}
public static final int TIME_OFFSET_FIELD_NUMBER = 1;
private com.google.protobuf.Duration timeOffset_;
/**
*
*
*
* Time-offset, relative to the beginning of the video, corresponding to the
* video frame for this location.
*
*
* .google.protobuf.Duration time_offset = 1;
*
* @return Whether the timeOffset field is set.
*/
@java.lang.Override
public boolean hasTimeOffset() {
return timeOffset_ != null;
}
/**
*
*
*
* Time-offset, relative to the beginning of the video, corresponding to the
* video frame for this location.
*
*
* .google.protobuf.Duration time_offset = 1;
*
* @return The timeOffset.
*/
@java.lang.Override
public com.google.protobuf.Duration getTimeOffset() {
return timeOffset_ == null ? com.google.protobuf.Duration.getDefaultInstance() : timeOffset_;
}
/**
*
*
*
* Time-offset, relative to the beginning of the video, corresponding to the
* video frame for this location.
*
*
* .google.protobuf.Duration time_offset = 1;
*/
@java.lang.Override
public com.google.protobuf.DurationOrBuilder getTimeOffsetOrBuilder() {
return getTimeOffset();
}
public static final int PORNOGRAPHY_LIKELIHOOD_FIELD_NUMBER = 2;
private int pornographyLikelihood_;
/**
*
*
*
* Likelihood of the pornography content..
*
*
* .google.cloud.videointelligence.v1.Likelihood pornography_likelihood = 2;
*
* @return The enum numeric value on the wire for pornographyLikelihood.
*/
@java.lang.Override
public int getPornographyLikelihoodValue() {
return pornographyLikelihood_;
}
/**
*
*
*
* Likelihood of the pornography content..
*
*
* .google.cloud.videointelligence.v1.Likelihood pornography_likelihood = 2;
*
* @return The pornographyLikelihood.
*/
@java.lang.Override
public com.google.cloud.videointelligence.v1.Likelihood getPornographyLikelihood() {
@SuppressWarnings("deprecation")
com.google.cloud.videointelligence.v1.Likelihood result =
com.google.cloud.videointelligence.v1.Likelihood.valueOf(pornographyLikelihood_);
return result == null ? com.google.cloud.videointelligence.v1.Likelihood.UNRECOGNIZED : result;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (timeOffset_ != null) {
output.writeMessage(1, getTimeOffset());
}
if (pornographyLikelihood_
!= com.google.cloud.videointelligence.v1.Likelihood.LIKELIHOOD_UNSPECIFIED.getNumber()) {
output.writeEnum(2, pornographyLikelihood_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (timeOffset_ != null) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getTimeOffset());
}
if (pornographyLikelihood_
!= com.google.cloud.videointelligence.v1.Likelihood.LIKELIHOOD_UNSPECIFIED.getNumber()) {
size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, pornographyLikelihood_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof com.google.cloud.videointelligence.v1.ExplicitContentFrame)) {
return super.equals(obj);
}
com.google.cloud.videointelligence.v1.ExplicitContentFrame other =
(com.google.cloud.videointelligence.v1.ExplicitContentFrame) obj;
if (hasTimeOffset() != other.hasTimeOffset()) return false;
if (hasTimeOffset()) {
if (!getTimeOffset().equals(other.getTimeOffset())) return false;
}
if (pornographyLikelihood_ != other.pornographyLikelihood_) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasTimeOffset()) {
hash = (37 * hash) + TIME_OFFSET_FIELD_NUMBER;
hash = (53 * hash) + getTimeOffset().hashCode();
}
hash = (37 * hash) + PORNOGRAPHY_LIKELIHOOD_FIELD_NUMBER;
hash = (53 * hash) + pornographyLikelihood_;
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.google.cloud.videointelligence.v1.ExplicitContentFrame parseFrom(
java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.videointelligence.v1.ExplicitContentFrame parseFrom(
java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.videointelligence.v1.ExplicitContentFrame parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.videointelligence.v1.ExplicitContentFrame parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.videointelligence.v1.ExplicitContentFrame parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.videointelligence.v1.ExplicitContentFrame parseFrom(
byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.videointelligence.v1.ExplicitContentFrame parseFrom(
java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.cloud.videointelligence.v1.ExplicitContentFrame parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.cloud.videointelligence.v1.ExplicitContentFrame parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.cloud.videointelligence.v1.ExplicitContentFrame parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.cloud.videointelligence.v1.ExplicitContentFrame parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.cloud.videointelligence.v1.ExplicitContentFrame parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() {
return newBuilder();
}
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(
com.google.cloud.videointelligence.v1.ExplicitContentFrame prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
*
*
* Video frame level annotation results for explicit content.
*
*
* Protobuf type {@code google.cloud.videointelligence.v1.ExplicitContentFrame}
*/
public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
implements
// @@protoc_insertion_point(builder_implements:google.cloud.videointelligence.v1.ExplicitContentFrame)
com.google.cloud.videointelligence.v1.ExplicitContentFrameOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.videointelligence.v1.VideoIntelligenceServiceProto
.internal_static_google_cloud_videointelligence_v1_ExplicitContentFrame_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.videointelligence.v1.VideoIntelligenceServiceProto
.internal_static_google_cloud_videointelligence_v1_ExplicitContentFrame_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.videointelligence.v1.ExplicitContentFrame.class,
com.google.cloud.videointelligence.v1.ExplicitContentFrame.Builder.class);
}
// Construct using com.google.cloud.videointelligence.v1.ExplicitContentFrame.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
}
@java.lang.Override
public Builder clear() {
super.clear();
if (timeOffsetBuilder_ == null) {
timeOffset_ = null;
} else {
timeOffset_ = null;
timeOffsetBuilder_ = null;
}
pornographyLikelihood_ = 0;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
return com.google.cloud.videointelligence.v1.VideoIntelligenceServiceProto
.internal_static_google_cloud_videointelligence_v1_ExplicitContentFrame_descriptor;
}
@java.lang.Override
public com.google.cloud.videointelligence.v1.ExplicitContentFrame getDefaultInstanceForType() {
return com.google.cloud.videointelligence.v1.ExplicitContentFrame.getDefaultInstance();
}
@java.lang.Override
public com.google.cloud.videointelligence.v1.ExplicitContentFrame build() {
com.google.cloud.videointelligence.v1.ExplicitContentFrame result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.cloud.videointelligence.v1.ExplicitContentFrame buildPartial() {
com.google.cloud.videointelligence.v1.ExplicitContentFrame result =
new com.google.cloud.videointelligence.v1.ExplicitContentFrame(this);
if (timeOffsetBuilder_ == null) {
result.timeOffset_ = timeOffset_;
} else {
result.timeOffset_ = timeOffsetBuilder_.build();
}
result.pornographyLikelihood_ = pornographyLikelihood_;
onBuilt();
return result;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.cloud.videointelligence.v1.ExplicitContentFrame) {
return mergeFrom((com.google.cloud.videointelligence.v1.ExplicitContentFrame) other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.google.cloud.videointelligence.v1.ExplicitContentFrame other) {
if (other == com.google.cloud.videointelligence.v1.ExplicitContentFrame.getDefaultInstance())
return this;
if (other.hasTimeOffset()) {
mergeTimeOffset(other.getTimeOffset());
}
if (other.pornographyLikelihood_ != 0) {
setPornographyLikelihoodValue(other.getPornographyLikelihoodValue());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
com.google.cloud.videointelligence.v1.ExplicitContentFrame parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage =
(com.google.cloud.videointelligence.v1.ExplicitContentFrame) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private com.google.protobuf.Duration timeOffset_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Duration,
com.google.protobuf.Duration.Builder,
com.google.protobuf.DurationOrBuilder>
timeOffsetBuilder_;
/**
*
*
*
* Time-offset, relative to the beginning of the video, corresponding to the
* video frame for this location.
*
*
* .google.protobuf.Duration time_offset = 1;
*
* @return Whether the timeOffset field is set.
*/
public boolean hasTimeOffset() {
return timeOffsetBuilder_ != null || timeOffset_ != null;
}
/**
*
*
*
* Time-offset, relative to the beginning of the video, corresponding to the
* video frame for this location.
*
*
* .google.protobuf.Duration time_offset = 1;
*
* @return The timeOffset.
*/
public com.google.protobuf.Duration getTimeOffset() {
if (timeOffsetBuilder_ == null) {
return timeOffset_ == null
? com.google.protobuf.Duration.getDefaultInstance()
: timeOffset_;
} else {
return timeOffsetBuilder_.getMessage();
}
}
/**
*
*
*
* Time-offset, relative to the beginning of the video, corresponding to the
* video frame for this location.
*
*
* .google.protobuf.Duration time_offset = 1;
*/
public Builder setTimeOffset(com.google.protobuf.Duration value) {
if (timeOffsetBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
timeOffset_ = value;
onChanged();
} else {
timeOffsetBuilder_.setMessage(value);
}
return this;
}
/**
*
*
*
* Time-offset, relative to the beginning of the video, corresponding to the
* video frame for this location.
*
*
* .google.protobuf.Duration time_offset = 1;
*/
public Builder setTimeOffset(com.google.protobuf.Duration.Builder builderForValue) {
if (timeOffsetBuilder_ == null) {
timeOffset_ = builderForValue.build();
onChanged();
} else {
timeOffsetBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
*
*
* Time-offset, relative to the beginning of the video, corresponding to the
* video frame for this location.
*
*
* .google.protobuf.Duration time_offset = 1;
*/
public Builder mergeTimeOffset(com.google.protobuf.Duration value) {
if (timeOffsetBuilder_ == null) {
if (timeOffset_ != null) {
timeOffset_ =
com.google.protobuf.Duration.newBuilder(timeOffset_).mergeFrom(value).buildPartial();
} else {
timeOffset_ = value;
}
onChanged();
} else {
timeOffsetBuilder_.mergeFrom(value);
}
return this;
}
/**
*
*
*
* Time-offset, relative to the beginning of the video, corresponding to the
* video frame for this location.
*
*
* .google.protobuf.Duration time_offset = 1;
*/
public Builder clearTimeOffset() {
if (timeOffsetBuilder_ == null) {
timeOffset_ = null;
onChanged();
} else {
timeOffset_ = null;
timeOffsetBuilder_ = null;
}
return this;
}
/**
*
*
*
* Time-offset, relative to the beginning of the video, corresponding to the
* video frame for this location.
*
*
* .google.protobuf.Duration time_offset = 1;
*/
public com.google.protobuf.Duration.Builder getTimeOffsetBuilder() {
onChanged();
return getTimeOffsetFieldBuilder().getBuilder();
}
/**
*
*
*
* Time-offset, relative to the beginning of the video, corresponding to the
* video frame for this location.
*
*
* .google.protobuf.Duration time_offset = 1;
*/
public com.google.protobuf.DurationOrBuilder getTimeOffsetOrBuilder() {
if (timeOffsetBuilder_ != null) {
return timeOffsetBuilder_.getMessageOrBuilder();
} else {
return timeOffset_ == null
? com.google.protobuf.Duration.getDefaultInstance()
: timeOffset_;
}
}
/**
*
*
*
* Time-offset, relative to the beginning of the video, corresponding to the
* video frame for this location.
*
*
* .google.protobuf.Duration time_offset = 1;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Duration,
com.google.protobuf.Duration.Builder,
com.google.protobuf.DurationOrBuilder>
getTimeOffsetFieldBuilder() {
if (timeOffsetBuilder_ == null) {
timeOffsetBuilder_ =
new com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Duration,
com.google.protobuf.Duration.Builder,
com.google.protobuf.DurationOrBuilder>(
getTimeOffset(), getParentForChildren(), isClean());
timeOffset_ = null;
}
return timeOffsetBuilder_;
}
private int pornographyLikelihood_ = 0;
/**
*
*
*
* Likelihood of the pornography content..
*
*
* .google.cloud.videointelligence.v1.Likelihood pornography_likelihood = 2;
*
* @return The enum numeric value on the wire for pornographyLikelihood.
*/
@java.lang.Override
public int getPornographyLikelihoodValue() {
return pornographyLikelihood_;
}
/**
*
*
*
* Likelihood of the pornography content..
*
*
* .google.cloud.videointelligence.v1.Likelihood pornography_likelihood = 2;
*
* @param value The enum numeric value on the wire for pornographyLikelihood to set.
* @return This builder for chaining.
*/
public Builder setPornographyLikelihoodValue(int value) {
pornographyLikelihood_ = value;
onChanged();
return this;
}
/**
*
*
*
* Likelihood of the pornography content..
*
*
* .google.cloud.videointelligence.v1.Likelihood pornography_likelihood = 2;
*
* @return The pornographyLikelihood.
*/
@java.lang.Override
public com.google.cloud.videointelligence.v1.Likelihood getPornographyLikelihood() {
@SuppressWarnings("deprecation")
com.google.cloud.videointelligence.v1.Likelihood result =
com.google.cloud.videointelligence.v1.Likelihood.valueOf(pornographyLikelihood_);
return result == null
? com.google.cloud.videointelligence.v1.Likelihood.UNRECOGNIZED
: result;
}
/**
*
*
*
* Likelihood of the pornography content..
*
*
* .google.cloud.videointelligence.v1.Likelihood pornography_likelihood = 2;
*
* @param value The pornographyLikelihood to set.
* @return This builder for chaining.
*/
public Builder setPornographyLikelihood(
com.google.cloud.videointelligence.v1.Likelihood value) {
if (value == null) {
throw new NullPointerException();
}
pornographyLikelihood_ = value.getNumber();
onChanged();
return this;
}
/**
*
*
*
* Likelihood of the pornography content..
*
*
* .google.cloud.videointelligence.v1.Likelihood pornography_likelihood = 2;
*
* @return This builder for chaining.
*/
public Builder clearPornographyLikelihood() {
pornographyLikelihood_ = 0;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:google.cloud.videointelligence.v1.ExplicitContentFrame)
}
// @@protoc_insertion_point(class_scope:google.cloud.videointelligence.v1.ExplicitContentFrame)
private static final com.google.cloud.videointelligence.v1.ExplicitContentFrame DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.google.cloud.videointelligence.v1.ExplicitContentFrame();
}
public static com.google.cloud.videointelligence.v1.ExplicitContentFrame getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
@java.lang.Override
public ExplicitContentFrame parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new ExplicitContentFrame(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.google.cloud.videointelligence.v1.ExplicitContentFrame getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}