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

org.hansken.extraction.plugin.grpc.RpcZonedDateTime Maven / Gradle / Ivy

There is a newer version: 0.8.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: hansken_extraction_plugin/framework/PrimitiveMessages.proto

// Protobuf Java Version: 3.25.3
package org.hansken.extraction.plugin.grpc;

/**
 * 
 **
 * Message representing a timestamp in a specific zone with a specific offset. For a
 * description of the valid values of these properties, such as the zone ID, refer to the ZonedDateTime JavaDoc:
 * <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/time/ZonedDateTime.html">
 * ZonedDateTime JavaDoc</a>.
 * <p>
 * All fields are required.
 * 
* * Protobuf type {@code org.hansken.extraction.plugin.grpc.RpcZonedDateTime} */ public final class RpcZonedDateTime extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org.hansken.extraction.plugin.grpc.RpcZonedDateTime) RpcZonedDateTimeOrBuilder { private static final long serialVersionUID = 0L; // Use RpcZonedDateTime.newBuilder() to construct. private RpcZonedDateTime(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private RpcZonedDateTime() { zoneOffset_ = ""; zoneId_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new RpcZonedDateTime(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.hansken.extraction.plugin.grpc.PrimitiveMessages.internal_static_org_hansken_extraction_plugin_grpc_RpcZonedDateTime_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.hansken.extraction.plugin.grpc.PrimitiveMessages.internal_static_org_hansken_extraction_plugin_grpc_RpcZonedDateTime_fieldAccessorTable .ensureFieldAccessorsInitialized( org.hansken.extraction.plugin.grpc.RpcZonedDateTime.class, org.hansken.extraction.plugin.grpc.RpcZonedDateTime.Builder.class); } public static final int EPOCHSECOND_FIELD_NUMBER = 1; private long epochSecond_ = 0L; /** *
   * number of seconds since 1970-01-01T00:00:00Z
   * 
* * int64 epochSecond = 1; * @return The epochSecond. */ @java.lang.Override public long getEpochSecond() { return epochSecond_; } public static final int NANOOFSECOND_FIELD_NUMBER = 2; private int nanoOfSecond_ = 0; /** *
   * the sub-second time in nanoseconds
   * 
* * int32 nanoOfSecond = 2; * @return The nanoOfSecond. */ @java.lang.Override public int getNanoOfSecond() { return nanoOfSecond_; } public static final int ZONEOFFSET_FIELD_NUMBER = 3; @SuppressWarnings("serial") private volatile java.lang.Object zoneOffset_ = ""; /** *
   * the offset from Greenwich/UTC
   * 
* * string zoneOffset = 3; * @return The zoneOffset. */ @java.lang.Override public java.lang.String getZoneOffset() { java.lang.Object ref = zoneOffset_; 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(); zoneOffset_ = s; return s; } } /** *
   * the offset from Greenwich/UTC
   * 
* * string zoneOffset = 3; * @return The bytes for zoneOffset. */ @java.lang.Override public com.google.protobuf.ByteString getZoneOffsetBytes() { java.lang.Object ref = zoneOffset_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); zoneOffset_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ZONEID_FIELD_NUMBER = 4; @SuppressWarnings("serial") private volatile java.lang.Object zoneId_ = ""; /** *
   * the zone id, for example 'Europe/Amsterdam'
   * 
* * string zoneId = 4; * @return The zoneId. */ @java.lang.Override public java.lang.String getZoneId() { java.lang.Object ref = zoneId_; 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(); zoneId_ = s; return s; } } /** *
   * the zone id, for example 'Europe/Amsterdam'
   * 
* * string zoneId = 4; * @return The bytes for zoneId. */ @java.lang.Override public com.google.protobuf.ByteString getZoneIdBytes() { java.lang.Object ref = zoneId_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); zoneId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } 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 (epochSecond_ != 0L) { output.writeInt64(1, epochSecond_); } if (nanoOfSecond_ != 0) { output.writeInt32(2, nanoOfSecond_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(zoneOffset_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, zoneOffset_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(zoneId_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, zoneId_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (epochSecond_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(1, epochSecond_); } if (nanoOfSecond_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, nanoOfSecond_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(zoneOffset_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, zoneOffset_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(zoneId_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, zoneId_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.hansken.extraction.plugin.grpc.RpcZonedDateTime)) { return super.equals(obj); } org.hansken.extraction.plugin.grpc.RpcZonedDateTime other = (org.hansken.extraction.plugin.grpc.RpcZonedDateTime) obj; if (getEpochSecond() != other.getEpochSecond()) return false; if (getNanoOfSecond() != other.getNanoOfSecond()) return false; if (!getZoneOffset() .equals(other.getZoneOffset())) return false; if (!getZoneId() .equals(other.getZoneId())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + EPOCHSECOND_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getEpochSecond()); hash = (37 * hash) + NANOOFSECOND_FIELD_NUMBER; hash = (53 * hash) + getNanoOfSecond(); hash = (37 * hash) + ZONEOFFSET_FIELD_NUMBER; hash = (53 * hash) + getZoneOffset().hashCode(); hash = (37 * hash) + ZONEID_FIELD_NUMBER; hash = (53 * hash) + getZoneId().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static org.hansken.extraction.plugin.grpc.RpcZonedDateTime parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.hansken.extraction.plugin.grpc.RpcZonedDateTime parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.hansken.extraction.plugin.grpc.RpcZonedDateTime parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.hansken.extraction.plugin.grpc.RpcZonedDateTime parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.hansken.extraction.plugin.grpc.RpcZonedDateTime parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.hansken.extraction.plugin.grpc.RpcZonedDateTime parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.hansken.extraction.plugin.grpc.RpcZonedDateTime parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.hansken.extraction.plugin.grpc.RpcZonedDateTime 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 org.hansken.extraction.plugin.grpc.RpcZonedDateTime parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.hansken.extraction.plugin.grpc.RpcZonedDateTime 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 org.hansken.extraction.plugin.grpc.RpcZonedDateTime parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.hansken.extraction.plugin.grpc.RpcZonedDateTime 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(org.hansken.extraction.plugin.grpc.RpcZonedDateTime 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; } /** *
   **
   * Message representing a timestamp in a specific zone with a specific offset. For a
   * description of the valid values of these properties, such as the zone ID, refer to the ZonedDateTime JavaDoc:
   * <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/time/ZonedDateTime.html">
   * ZonedDateTime JavaDoc</a>.
   * <p>
   * All fields are required.
   * 
* * Protobuf type {@code org.hansken.extraction.plugin.grpc.RpcZonedDateTime} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org.hansken.extraction.plugin.grpc.RpcZonedDateTime) org.hansken.extraction.plugin.grpc.RpcZonedDateTimeOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.hansken.extraction.plugin.grpc.PrimitiveMessages.internal_static_org_hansken_extraction_plugin_grpc_RpcZonedDateTime_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.hansken.extraction.plugin.grpc.PrimitiveMessages.internal_static_org_hansken_extraction_plugin_grpc_RpcZonedDateTime_fieldAccessorTable .ensureFieldAccessorsInitialized( org.hansken.extraction.plugin.grpc.RpcZonedDateTime.class, org.hansken.extraction.plugin.grpc.RpcZonedDateTime.Builder.class); } // Construct using org.hansken.extraction.plugin.grpc.RpcZonedDateTime.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; epochSecond_ = 0L; nanoOfSecond_ = 0; zoneOffset_ = ""; zoneId_ = ""; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.hansken.extraction.plugin.grpc.PrimitiveMessages.internal_static_org_hansken_extraction_plugin_grpc_RpcZonedDateTime_descriptor; } @java.lang.Override public org.hansken.extraction.plugin.grpc.RpcZonedDateTime getDefaultInstanceForType() { return org.hansken.extraction.plugin.grpc.RpcZonedDateTime.getDefaultInstance(); } @java.lang.Override public org.hansken.extraction.plugin.grpc.RpcZonedDateTime build() { org.hansken.extraction.plugin.grpc.RpcZonedDateTime result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public org.hansken.extraction.plugin.grpc.RpcZonedDateTime buildPartial() { org.hansken.extraction.plugin.grpc.RpcZonedDateTime result = new org.hansken.extraction.plugin.grpc.RpcZonedDateTime(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(org.hansken.extraction.plugin.grpc.RpcZonedDateTime result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.epochSecond_ = epochSecond_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.nanoOfSecond_ = nanoOfSecond_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.zoneOffset_ = zoneOffset_; } if (((from_bitField0_ & 0x00000008) != 0)) { result.zoneId_ = zoneId_; } } @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 org.hansken.extraction.plugin.grpc.RpcZonedDateTime) { return mergeFrom((org.hansken.extraction.plugin.grpc.RpcZonedDateTime)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.hansken.extraction.plugin.grpc.RpcZonedDateTime other) { if (other == org.hansken.extraction.plugin.grpc.RpcZonedDateTime.getDefaultInstance()) return this; if (other.getEpochSecond() != 0L) { setEpochSecond(other.getEpochSecond()); } if (other.getNanoOfSecond() != 0) { setNanoOfSecond(other.getNanoOfSecond()); } if (!other.getZoneOffset().isEmpty()) { zoneOffset_ = other.zoneOffset_; bitField0_ |= 0x00000004; onChanged(); } if (!other.getZoneId().isEmpty()) { zoneId_ = other.zoneId_; bitField0_ |= 0x00000008; onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { epochSecond_ = input.readInt64(); bitField0_ |= 0x00000001; break; } // case 8 case 16: { nanoOfSecond_ = input.readInt32(); bitField0_ |= 0x00000002; break; } // case 16 case 26: { zoneOffset_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000004; break; } // case 26 case 34: { zoneId_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000008; break; } // case 34 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private long epochSecond_ ; /** *
     * number of seconds since 1970-01-01T00:00:00Z
     * 
* * int64 epochSecond = 1; * @return The epochSecond. */ @java.lang.Override public long getEpochSecond() { return epochSecond_; } /** *
     * number of seconds since 1970-01-01T00:00:00Z
     * 
* * int64 epochSecond = 1; * @param value The epochSecond to set. * @return This builder for chaining. */ public Builder setEpochSecond(long value) { epochSecond_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
     * number of seconds since 1970-01-01T00:00:00Z
     * 
* * int64 epochSecond = 1; * @return This builder for chaining. */ public Builder clearEpochSecond() { bitField0_ = (bitField0_ & ~0x00000001); epochSecond_ = 0L; onChanged(); return this; } private int nanoOfSecond_ ; /** *
     * the sub-second time in nanoseconds
     * 
* * int32 nanoOfSecond = 2; * @return The nanoOfSecond. */ @java.lang.Override public int getNanoOfSecond() { return nanoOfSecond_; } /** *
     * the sub-second time in nanoseconds
     * 
* * int32 nanoOfSecond = 2; * @param value The nanoOfSecond to set. * @return This builder for chaining. */ public Builder setNanoOfSecond(int value) { nanoOfSecond_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
     * the sub-second time in nanoseconds
     * 
* * int32 nanoOfSecond = 2; * @return This builder for chaining. */ public Builder clearNanoOfSecond() { bitField0_ = (bitField0_ & ~0x00000002); nanoOfSecond_ = 0; onChanged(); return this; } private java.lang.Object zoneOffset_ = ""; /** *
     * the offset from Greenwich/UTC
     * 
* * string zoneOffset = 3; * @return The zoneOffset. */ public java.lang.String getZoneOffset() { java.lang.Object ref = zoneOffset_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); zoneOffset_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * the offset from Greenwich/UTC
     * 
* * string zoneOffset = 3; * @return The bytes for zoneOffset. */ public com.google.protobuf.ByteString getZoneOffsetBytes() { java.lang.Object ref = zoneOffset_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); zoneOffset_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * the offset from Greenwich/UTC
     * 
* * string zoneOffset = 3; * @param value The zoneOffset to set. * @return This builder for chaining. */ public Builder setZoneOffset( java.lang.String value) { if (value == null) { throw new NullPointerException(); } zoneOffset_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** *
     * the offset from Greenwich/UTC
     * 
* * string zoneOffset = 3; * @return This builder for chaining. */ public Builder clearZoneOffset() { zoneOffset_ = getDefaultInstance().getZoneOffset(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } /** *
     * the offset from Greenwich/UTC
     * 
* * string zoneOffset = 3; * @param value The bytes for zoneOffset to set. * @return This builder for chaining. */ public Builder setZoneOffsetBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); zoneOffset_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } private java.lang.Object zoneId_ = ""; /** *
     * the zone id, for example 'Europe/Amsterdam'
     * 
* * string zoneId = 4; * @return The zoneId. */ public java.lang.String getZoneId() { java.lang.Object ref = zoneId_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); zoneId_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * the zone id, for example 'Europe/Amsterdam'
     * 
* * string zoneId = 4; * @return The bytes for zoneId. */ public com.google.protobuf.ByteString getZoneIdBytes() { java.lang.Object ref = zoneId_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); zoneId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * the zone id, for example 'Europe/Amsterdam'
     * 
* * string zoneId = 4; * @param value The zoneId to set. * @return This builder for chaining. */ public Builder setZoneId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } zoneId_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** *
     * the zone id, for example 'Europe/Amsterdam'
     * 
* * string zoneId = 4; * @return This builder for chaining. */ public Builder clearZoneId() { zoneId_ = getDefaultInstance().getZoneId(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; } /** *
     * the zone id, for example 'Europe/Amsterdam'
     * 
* * string zoneId = 4; * @param value The bytes for zoneId to set. * @return This builder for chaining. */ public Builder setZoneIdBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); zoneId_ = value; bitField0_ |= 0x00000008; 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:org.hansken.extraction.plugin.grpc.RpcZonedDateTime) } // @@protoc_insertion_point(class_scope:org.hansken.extraction.plugin.grpc.RpcZonedDateTime) private static final org.hansken.extraction.plugin.grpc.RpcZonedDateTime DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.hansken.extraction.plugin.grpc.RpcZonedDateTime(); } public static org.hansken.extraction.plugin.grpc.RpcZonedDateTime getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public RpcZonedDateTime parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public org.hansken.extraction.plugin.grpc.RpcZonedDateTime getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy