All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.photos.library.v1.proto.Video Maven / Gradle / Ivy

There is a newer version: 1.7.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/photos/library/v1/photos_library.proto

package com.google.photos.library.v1.proto;

/**
 *
 *
 * 
 * Metadata that is specific to a video, for example, fps and processing status.
 * Some of these fields may be null or not included.
 * 
* * Protobuf type {@code google.photos.library.v1.Video} */ public final class Video extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.photos.library.v1.Video) VideoOrBuilder { private static final long serialVersionUID = 0L; // Use Video.newBuilder() to construct. private Video(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Video() { cameraMake_ = ""; cameraModel_ = ""; fps_ = 0D; status_ = 0; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Video( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; 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: { java.lang.String s = input.readStringRequireUtf8(); cameraMake_ = s; break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); cameraModel_ = s; break; } case 25: { fps_ = input.readDouble(); break; } case 32: { int rawValue = input.readEnum(); status_ = rawValue; break; } default: { if (!parseUnknownFieldProto3(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.photos.library.v1.proto.LibraryServiceProto .internal_static_google_photos_library_v1_Video_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.photos.library.v1.proto.LibraryServiceProto .internal_static_google_photos_library_v1_Video_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.photos.library.v1.proto.Video.class, com.google.photos.library.v1.proto.Video.Builder.class); } public static final int CAMERA_MAKE_FIELD_NUMBER = 1; private volatile java.lang.Object cameraMake_; /** * * *
   * Brand of the camera with which the video was taken.
   * 
* * string camera_make = 1; */ public java.lang.String getCameraMake() { java.lang.Object ref = cameraMake_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); cameraMake_ = s; return s; } } /** * * *
   * Brand of the camera with which the video was taken.
   * 
* * string camera_make = 1; */ public com.google.protobuf.ByteString getCameraMakeBytes() { java.lang.Object ref = cameraMake_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); cameraMake_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int CAMERA_MODEL_FIELD_NUMBER = 2; private volatile java.lang.Object cameraModel_; /** * * *
   * Model of the camera with which the video was taken.
   * 
* * string camera_model = 2; */ public java.lang.String getCameraModel() { java.lang.Object ref = cameraModel_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); cameraModel_ = s; return s; } } /** * * *
   * Model of the camera with which the video was taken.
   * 
* * string camera_model = 2; */ public com.google.protobuf.ByteString getCameraModelBytes() { java.lang.Object ref = cameraModel_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); cameraModel_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int FPS_FIELD_NUMBER = 3; private double fps_; /** * * *
   * Frame rate of the video.
   * 
* * double fps = 3; */ public double getFps() { return fps_; } public static final int STATUS_FIELD_NUMBER = 4; private int status_; /** * * *
   * Processing status of the video.
   * 
* * .google.photos.library.v1.VideoProcessingStatus status = 4; */ public int getStatusValue() { return status_; } /** * * *
   * Processing status of the video.
   * 
* * .google.photos.library.v1.VideoProcessingStatus status = 4; */ public com.google.photos.library.v1.proto.VideoProcessingStatus getStatus() { @SuppressWarnings("deprecation") com.google.photos.library.v1.proto.VideoProcessingStatus result = com.google.photos.library.v1.proto.VideoProcessingStatus.valueOf(status_); return result == null ? com.google.photos.library.v1.proto.VideoProcessingStatus.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 (!getCameraMakeBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, cameraMake_); } if (!getCameraModelBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, cameraModel_); } if (fps_ != 0D) { output.writeDouble(3, fps_); } if (status_ != com.google.photos.library.v1.proto.VideoProcessingStatus.UNSPECIFIED.getNumber()) { output.writeEnum(4, status_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getCameraMakeBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, cameraMake_); } if (!getCameraModelBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, cameraModel_); } if (fps_ != 0D) { size += com.google.protobuf.CodedOutputStream.computeDoubleSize(3, fps_); } if (status_ != com.google.photos.library.v1.proto.VideoProcessingStatus.UNSPECIFIED.getNumber()) { size += com.google.protobuf.CodedOutputStream.computeEnumSize(4, status_); } 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.photos.library.v1.proto.Video)) { return super.equals(obj); } com.google.photos.library.v1.proto.Video other = (com.google.photos.library.v1.proto.Video) obj; boolean result = true; result = result && getCameraMake().equals(other.getCameraMake()); result = result && getCameraModel().equals(other.getCameraModel()); result = result && (java.lang.Double.doubleToLongBits(getFps()) == java.lang.Double.doubleToLongBits(other.getFps())); result = result && status_ == other.status_; result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + CAMERA_MAKE_FIELD_NUMBER; hash = (53 * hash) + getCameraMake().hashCode(); hash = (37 * hash) + CAMERA_MODEL_FIELD_NUMBER; hash = (53 * hash) + getCameraModel().hashCode(); hash = (37 * hash) + FPS_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong(java.lang.Double.doubleToLongBits(getFps())); hash = (37 * hash) + STATUS_FIELD_NUMBER; hash = (53 * hash) + status_; hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.google.photos.library.v1.proto.Video parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.photos.library.v1.proto.Video parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.photos.library.v1.proto.Video parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.photos.library.v1.proto.Video 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.photos.library.v1.proto.Video parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.photos.library.v1.proto.Video parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.photos.library.v1.proto.Video parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static com.google.photos.library.v1.proto.Video 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.photos.library.v1.proto.Video parseDelimitedFrom( java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.photos.library.v1.proto.Video 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.photos.library.v1.proto.Video parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static com.google.photos.library.v1.proto.Video 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.photos.library.v1.proto.Video 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; } /** * * *
   * Metadata that is specific to a video, for example, fps and processing status.
   * Some of these fields may be null or not included.
   * 
* * Protobuf type {@code google.photos.library.v1.Video} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.photos.library.v1.Video) com.google.photos.library.v1.proto.VideoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.photos.library.v1.proto.LibraryServiceProto .internal_static_google_photos_library_v1_Video_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.photos.library.v1.proto.LibraryServiceProto .internal_static_google_photos_library_v1_Video_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.photos.library.v1.proto.Video.class, com.google.photos.library.v1.proto.Video.Builder.class); } // Construct using com.google.photos.library.v1.proto.Video.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(); cameraMake_ = ""; cameraModel_ = ""; fps_ = 0D; status_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.photos.library.v1.proto.LibraryServiceProto .internal_static_google_photos_library_v1_Video_descriptor; } @java.lang.Override public com.google.photos.library.v1.proto.Video getDefaultInstanceForType() { return com.google.photos.library.v1.proto.Video.getDefaultInstance(); } @java.lang.Override public com.google.photos.library.v1.proto.Video build() { com.google.photos.library.v1.proto.Video result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.photos.library.v1.proto.Video buildPartial() { com.google.photos.library.v1.proto.Video result = new com.google.photos.library.v1.proto.Video(this); result.cameraMake_ = cameraMake_; result.cameraModel_ = cameraModel_; result.fps_ = fps_; result.status_ = status_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.photos.library.v1.proto.Video) { return mergeFrom((com.google.photos.library.v1.proto.Video) other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.photos.library.v1.proto.Video other) { if (other == com.google.photos.library.v1.proto.Video.getDefaultInstance()) return this; if (!other.getCameraMake().isEmpty()) { cameraMake_ = other.cameraMake_; onChanged(); } if (!other.getCameraModel().isEmpty()) { cameraModel_ = other.cameraModel_; onChanged(); } if (other.getFps() != 0D) { setFps(other.getFps()); } if (other.status_ != 0) { setStatusValue(other.getStatusValue()); } 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.photos.library.v1.proto.Video parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.google.photos.library.v1.proto.Video) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object cameraMake_ = ""; /** * * *
     * Brand of the camera with which the video was taken.
     * 
* * string camera_make = 1; */ public java.lang.String getCameraMake() { java.lang.Object ref = cameraMake_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); cameraMake_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
     * Brand of the camera with which the video was taken.
     * 
* * string camera_make = 1; */ public com.google.protobuf.ByteString getCameraMakeBytes() { java.lang.Object ref = cameraMake_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); cameraMake_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
     * Brand of the camera with which the video was taken.
     * 
* * string camera_make = 1; */ public Builder setCameraMake(java.lang.String value) { if (value == null) { throw new NullPointerException(); } cameraMake_ = value; onChanged(); return this; } /** * * *
     * Brand of the camera with which the video was taken.
     * 
* * string camera_make = 1; */ public Builder clearCameraMake() { cameraMake_ = getDefaultInstance().getCameraMake(); onChanged(); return this; } /** * * *
     * Brand of the camera with which the video was taken.
     * 
* * string camera_make = 1; */ public Builder setCameraMakeBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); cameraMake_ = value; onChanged(); return this; } private java.lang.Object cameraModel_ = ""; /** * * *
     * Model of the camera with which the video was taken.
     * 
* * string camera_model = 2; */ public java.lang.String getCameraModel() { java.lang.Object ref = cameraModel_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); cameraModel_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
     * Model of the camera with which the video was taken.
     * 
* * string camera_model = 2; */ public com.google.protobuf.ByteString getCameraModelBytes() { java.lang.Object ref = cameraModel_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); cameraModel_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
     * Model of the camera with which the video was taken.
     * 
* * string camera_model = 2; */ public Builder setCameraModel(java.lang.String value) { if (value == null) { throw new NullPointerException(); } cameraModel_ = value; onChanged(); return this; } /** * * *
     * Model of the camera with which the video was taken.
     * 
* * string camera_model = 2; */ public Builder clearCameraModel() { cameraModel_ = getDefaultInstance().getCameraModel(); onChanged(); return this; } /** * * *
     * Model of the camera with which the video was taken.
     * 
* * string camera_model = 2; */ public Builder setCameraModelBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); cameraModel_ = value; onChanged(); return this; } private double fps_; /** * * *
     * Frame rate of the video.
     * 
* * double fps = 3; */ public double getFps() { return fps_; } /** * * *
     * Frame rate of the video.
     * 
* * double fps = 3; */ public Builder setFps(double value) { fps_ = value; onChanged(); return this; } /** * * *
     * Frame rate of the video.
     * 
* * double fps = 3; */ public Builder clearFps() { fps_ = 0D; onChanged(); return this; } private int status_ = 0; /** * * *
     * Processing status of the video.
     * 
* * .google.photos.library.v1.VideoProcessingStatus status = 4; */ public int getStatusValue() { return status_; } /** * * *
     * Processing status of the video.
     * 
* * .google.photos.library.v1.VideoProcessingStatus status = 4; */ public Builder setStatusValue(int value) { status_ = value; onChanged(); return this; } /** * * *
     * Processing status of the video.
     * 
* * .google.photos.library.v1.VideoProcessingStatus status = 4; */ public com.google.photos.library.v1.proto.VideoProcessingStatus getStatus() { @SuppressWarnings("deprecation") com.google.photos.library.v1.proto.VideoProcessingStatus result = com.google.photos.library.v1.proto.VideoProcessingStatus.valueOf(status_); return result == null ? com.google.photos.library.v1.proto.VideoProcessingStatus.UNRECOGNIZED : result; } /** * * *
     * Processing status of the video.
     * 
* * .google.photos.library.v1.VideoProcessingStatus status = 4; */ public Builder setStatus(com.google.photos.library.v1.proto.VideoProcessingStatus value) { if (value == null) { throw new NullPointerException(); } status_ = value.getNumber(); onChanged(); return this; } /** * * *
     * Processing status of the video.
     * 
* * .google.photos.library.v1.VideoProcessingStatus status = 4; */ public Builder clearStatus() { status_ = 0; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:google.photos.library.v1.Video) } // @@protoc_insertion_point(class_scope:google.photos.library.v1.Video) private static final com.google.photos.library.v1.proto.Video DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.photos.library.v1.proto.Video(); } public static com.google.photos.library.v1.proto.Video getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser




© 2015 - 2024 Weber Informatics LLC | Privacy Policy