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

org.openfeed.TracePoint Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: openfeed.proto
// Protobuf Java Version: 4.28.3

package org.openfeed;

/**
 * 
 * Tracing
 * 
* * Protobuf type {@code org.openfeed.TracePoint} */ public final class TracePoint extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org.openfeed.TracePoint) TracePointOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, /* patch= */ 3, /* suffix= */ "", TracePoint.class.getName()); } // Use TracePoint.newBuilder() to construct. private TracePoint(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private TracePoint() { id_ = ""; componentId_ = ""; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.openfeed.Openfeed.internal_static_org_openfeed_TracePoint_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.openfeed.Openfeed.internal_static_org_openfeed_TracePoint_fieldAccessorTable .ensureFieldAccessorsInitialized( org.openfeed.TracePoint.class, org.openfeed.TracePoint.Builder.class); } public static final int ID_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object id_ = ""; /** * string id = 1; * @return The id. */ @java.lang.Override public java.lang.String getId() { java.lang.Object ref = id_; 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(); id_ = s; return s; } } /** * string id = 1; * @return The bytes for id. */ @java.lang.Override public com.google.protobuf.ByteString getIdBytes() { java.lang.Object ref = id_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); id_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int COMPONENTID_FIELD_NUMBER = 2; @SuppressWarnings("serial") private volatile java.lang.Object componentId_ = ""; /** * string componentId = 2; * @return The componentId. */ @java.lang.Override public java.lang.String getComponentId() { java.lang.Object ref = componentId_; 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(); componentId_ = s; return s; } } /** * string componentId = 2; * @return The bytes for componentId. */ @java.lang.Override public com.google.protobuf.ByteString getComponentIdBytes() { java.lang.Object ref = componentId_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); componentId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int TIMESTAMPNS_FIELD_NUMBER = 3; private long timestampNs_ = 0L; /** * sint64 timestampNs = 3; * @return The timestampNs. */ @java.lang.Override public long getTimestampNs() { return timestampNs_; } public static final int COMPONENTLATENCYNS_FIELD_NUMBER = 4; private int componentLatencyNs_ = 0; /** * int32 componentLatencyNs = 4; * @return The componentLatencyNs. */ @java.lang.Override public int getComponentLatencyNs() { return componentLatencyNs_; } 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 (!com.google.protobuf.GeneratedMessage.isStringEmpty(id_)) { com.google.protobuf.GeneratedMessage.writeString(output, 1, id_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(componentId_)) { com.google.protobuf.GeneratedMessage.writeString(output, 2, componentId_); } if (timestampNs_ != 0L) { output.writeSInt64(3, timestampNs_); } if (componentLatencyNs_ != 0) { output.writeInt32(4, componentLatencyNs_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessage.isStringEmpty(id_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(1, id_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(componentId_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(2, componentId_); } if (timestampNs_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeSInt64Size(3, timestampNs_); } if (componentLatencyNs_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(4, componentLatencyNs_); } 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.openfeed.TracePoint)) { return super.equals(obj); } org.openfeed.TracePoint other = (org.openfeed.TracePoint) obj; if (!getId() .equals(other.getId())) return false; if (!getComponentId() .equals(other.getComponentId())) return false; if (getTimestampNs() != other.getTimestampNs()) return false; if (getComponentLatencyNs() != other.getComponentLatencyNs()) 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) + ID_FIELD_NUMBER; hash = (53 * hash) + getId().hashCode(); hash = (37 * hash) + COMPONENTID_FIELD_NUMBER; hash = (53 * hash) + getComponentId().hashCode(); hash = (37 * hash) + TIMESTAMPNS_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getTimestampNs()); hash = (37 * hash) + COMPONENTLATENCYNS_FIELD_NUMBER; hash = (53 * hash) + getComponentLatencyNs(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static org.openfeed.TracePoint parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.openfeed.TracePoint parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.openfeed.TracePoint parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.openfeed.TracePoint parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.openfeed.TracePoint parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.openfeed.TracePoint parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.openfeed.TracePoint parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static org.openfeed.TracePoint parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static org.openfeed.TracePoint parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static org.openfeed.TracePoint parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.openfeed.TracePoint parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static org.openfeed.TracePoint parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .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.openfeed.TracePoint 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
   * Tracing
   * 
* * Protobuf type {@code org.openfeed.TracePoint} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org.openfeed.TracePoint) org.openfeed.TracePointOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.openfeed.Openfeed.internal_static_org_openfeed_TracePoint_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.openfeed.Openfeed.internal_static_org_openfeed_TracePoint_fieldAccessorTable .ensureFieldAccessorsInitialized( org.openfeed.TracePoint.class, org.openfeed.TracePoint.Builder.class); } // Construct using org.openfeed.TracePoint.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; id_ = ""; componentId_ = ""; timestampNs_ = 0L; componentLatencyNs_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.openfeed.Openfeed.internal_static_org_openfeed_TracePoint_descriptor; } @java.lang.Override public org.openfeed.TracePoint getDefaultInstanceForType() { return org.openfeed.TracePoint.getDefaultInstance(); } @java.lang.Override public org.openfeed.TracePoint build() { org.openfeed.TracePoint result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public org.openfeed.TracePoint buildPartial() { org.openfeed.TracePoint result = new org.openfeed.TracePoint(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(org.openfeed.TracePoint result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.id_ = id_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.componentId_ = componentId_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.timestampNs_ = timestampNs_; } if (((from_bitField0_ & 0x00000008) != 0)) { result.componentLatencyNs_ = componentLatencyNs_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof org.openfeed.TracePoint) { return mergeFrom((org.openfeed.TracePoint)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.openfeed.TracePoint other) { if (other == org.openfeed.TracePoint.getDefaultInstance()) return this; if (!other.getId().isEmpty()) { id_ = other.id_; bitField0_ |= 0x00000001; onChanged(); } if (!other.getComponentId().isEmpty()) { componentId_ = other.componentId_; bitField0_ |= 0x00000002; onChanged(); } if (other.getTimestampNs() != 0L) { setTimestampNs(other.getTimestampNs()); } if (other.getComponentLatencyNs() != 0) { setComponentLatencyNs(other.getComponentLatencyNs()); } 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 10: { id_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 18: { componentId_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000002; break; } // case 18 case 24: { timestampNs_ = input.readSInt64(); bitField0_ |= 0x00000004; break; } // case 24 case 32: { componentLatencyNs_ = input.readInt32(); bitField0_ |= 0x00000008; break; } // case 32 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 java.lang.Object id_ = ""; /** * string id = 1; * @return The id. */ public java.lang.String getId() { java.lang.Object ref = id_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); id_ = s; return s; } else { return (java.lang.String) ref; } } /** * string id = 1; * @return The bytes for id. */ public com.google.protobuf.ByteString getIdBytes() { java.lang.Object ref = id_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); id_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string id = 1; * @param value The id to set. * @return This builder for chaining. */ public Builder setId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } id_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * string id = 1; * @return This builder for chaining. */ public Builder clearId() { id_ = getDefaultInstance().getId(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** * string id = 1; * @param value The bytes for id to set. * @return This builder for chaining. */ public Builder setIdBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); id_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private java.lang.Object componentId_ = ""; /** * string componentId = 2; * @return The componentId. */ public java.lang.String getComponentId() { java.lang.Object ref = componentId_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); componentId_ = s; return s; } else { return (java.lang.String) ref; } } /** * string componentId = 2; * @return The bytes for componentId. */ public com.google.protobuf.ByteString getComponentIdBytes() { java.lang.Object ref = componentId_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); componentId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string componentId = 2; * @param value The componentId to set. * @return This builder for chaining. */ public Builder setComponentId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } componentId_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * string componentId = 2; * @return This builder for chaining. */ public Builder clearComponentId() { componentId_ = getDefaultInstance().getComponentId(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** * string componentId = 2; * @param value The bytes for componentId to set. * @return This builder for chaining. */ public Builder setComponentIdBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); componentId_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } private long timestampNs_ ; /** * sint64 timestampNs = 3; * @return The timestampNs. */ @java.lang.Override public long getTimestampNs() { return timestampNs_; } /** * sint64 timestampNs = 3; * @param value The timestampNs to set. * @return This builder for chaining. */ public Builder setTimestampNs(long value) { timestampNs_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** * sint64 timestampNs = 3; * @return This builder for chaining. */ public Builder clearTimestampNs() { bitField0_ = (bitField0_ & ~0x00000004); timestampNs_ = 0L; onChanged(); return this; } private int componentLatencyNs_ ; /** * int32 componentLatencyNs = 4; * @return The componentLatencyNs. */ @java.lang.Override public int getComponentLatencyNs() { return componentLatencyNs_; } /** * int32 componentLatencyNs = 4; * @param value The componentLatencyNs to set. * @return This builder for chaining. */ public Builder setComponentLatencyNs(int value) { componentLatencyNs_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** * int32 componentLatencyNs = 4; * @return This builder for chaining. */ public Builder clearComponentLatencyNs() { bitField0_ = (bitField0_ & ~0x00000008); componentLatencyNs_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:org.openfeed.TracePoint) } // @@protoc_insertion_point(class_scope:org.openfeed.TracePoint) private static final org.openfeed.TracePoint DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.openfeed.TracePoint(); } public static org.openfeed.TracePoint getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TracePoint 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.openfeed.TracePoint getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy