Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/data/accesslog/v3alpha/accesslog.proto
package io.envoyproxy.envoy.data.accesslog.v3alpha;
/**
* Protobuf type {@code envoy.data.accesslog.v3alpha.TCPAccessLogEntry}
*/
public final class TCPAccessLogEntry extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:envoy.data.accesslog.v3alpha.TCPAccessLogEntry)
TCPAccessLogEntryOrBuilder {
private static final long serialVersionUID = 0L;
// Use TCPAccessLogEntry.newBuilder() to construct.
private TCPAccessLogEntry(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private TCPAccessLogEntry() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new TCPAccessLogEntry();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private TCPAccessLogEntry(
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: {
io.envoyproxy.envoy.data.accesslog.v3alpha.AccessLogCommon.Builder subBuilder = null;
if (commonProperties_ != null) {
subBuilder = commonProperties_.toBuilder();
}
commonProperties_ = input.readMessage(io.envoyproxy.envoy.data.accesslog.v3alpha.AccessLogCommon.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(commonProperties_);
commonProperties_ = subBuilder.buildPartial();
}
break;
}
case 18: {
io.envoyproxy.envoy.data.accesslog.v3alpha.ConnectionProperties.Builder subBuilder = null;
if (connectionProperties_ != null) {
subBuilder = connectionProperties_.toBuilder();
}
connectionProperties_ = input.readMessage(io.envoyproxy.envoy.data.accesslog.v3alpha.ConnectionProperties.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(connectionProperties_);
connectionProperties_ = subBuilder.buildPartial();
}
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 io.envoyproxy.envoy.data.accesslog.v3alpha.AccesslogProto.internal_static_envoy_data_accesslog_v3alpha_TCPAccessLogEntry_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return io.envoyproxy.envoy.data.accesslog.v3alpha.AccesslogProto.internal_static_envoy_data_accesslog_v3alpha_TCPAccessLogEntry_fieldAccessorTable
.ensureFieldAccessorsInitialized(
io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry.class, io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry.Builder.class);
}
public static final int COMMON_PROPERTIES_FIELD_NUMBER = 1;
private io.envoyproxy.envoy.data.accesslog.v3alpha.AccessLogCommon commonProperties_;
/**
*
* Common properties shared by all Envoy access logs.
*
*
* .envoy.data.accesslog.v3alpha.AccessLogCommon common_properties = 1;
*/
public boolean hasCommonProperties() {
return commonProperties_ != null;
}
/**
*
* Common properties shared by all Envoy access logs.
*
*
* .envoy.data.accesslog.v3alpha.AccessLogCommon common_properties = 1;
*/
public io.envoyproxy.envoy.data.accesslog.v3alpha.AccessLogCommon getCommonProperties() {
return commonProperties_ == null ? io.envoyproxy.envoy.data.accesslog.v3alpha.AccessLogCommon.getDefaultInstance() : commonProperties_;
}
/**
*
* Common properties shared by all Envoy access logs.
*
*
* .envoy.data.accesslog.v3alpha.AccessLogCommon common_properties = 1;
*/
public io.envoyproxy.envoy.data.accesslog.v3alpha.AccessLogCommonOrBuilder getCommonPropertiesOrBuilder() {
return getCommonProperties();
}
public static final int CONNECTION_PROPERTIES_FIELD_NUMBER = 2;
private io.envoyproxy.envoy.data.accesslog.v3alpha.ConnectionProperties connectionProperties_;
/**
*
* Properties of the TCP connection.
*
*
* .envoy.data.accesslog.v3alpha.ConnectionProperties connection_properties = 2;
*/
public boolean hasConnectionProperties() {
return connectionProperties_ != null;
}
/**
*
* Properties of the TCP connection.
*
*
* .envoy.data.accesslog.v3alpha.ConnectionProperties connection_properties = 2;
*/
public io.envoyproxy.envoy.data.accesslog.v3alpha.ConnectionProperties getConnectionProperties() {
return connectionProperties_ == null ? io.envoyproxy.envoy.data.accesslog.v3alpha.ConnectionProperties.getDefaultInstance() : connectionProperties_;
}
/**
*
* Properties of the TCP connection.
*
*
* .envoy.data.accesslog.v3alpha.ConnectionProperties connection_properties = 2;
*/
public io.envoyproxy.envoy.data.accesslog.v3alpha.ConnectionPropertiesOrBuilder getConnectionPropertiesOrBuilder() {
return getConnectionProperties();
}
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 (commonProperties_ != null) {
output.writeMessage(1, getCommonProperties());
}
if (connectionProperties_ != null) {
output.writeMessage(2, getConnectionProperties());
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (commonProperties_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getCommonProperties());
}
if (connectionProperties_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, getConnectionProperties());
}
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 io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry)) {
return super.equals(obj);
}
io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry other = (io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry) obj;
if (hasCommonProperties() != other.hasCommonProperties()) return false;
if (hasCommonProperties()) {
if (!getCommonProperties()
.equals(other.getCommonProperties())) return false;
}
if (hasConnectionProperties() != other.hasConnectionProperties()) return false;
if (hasConnectionProperties()) {
if (!getConnectionProperties()
.equals(other.getConnectionProperties())) 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 (hasCommonProperties()) {
hash = (37 * hash) + COMMON_PROPERTIES_FIELD_NUMBER;
hash = (53 * hash) + getCommonProperties().hashCode();
}
if (hasConnectionProperties()) {
hash = (37 * hash) + CONNECTION_PROPERTIES_FIELD_NUMBER;
hash = (53 * hash) + getConnectionProperties().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry 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 io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry 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 io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry 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(io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry 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;
}
/**
* Protobuf type {@code envoy.data.accesslog.v3alpha.TCPAccessLogEntry}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:envoy.data.accesslog.v3alpha.TCPAccessLogEntry)
io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntryOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return io.envoyproxy.envoy.data.accesslog.v3alpha.AccesslogProto.internal_static_envoy_data_accesslog_v3alpha_TCPAccessLogEntry_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return io.envoyproxy.envoy.data.accesslog.v3alpha.AccesslogProto.internal_static_envoy_data_accesslog_v3alpha_TCPAccessLogEntry_fieldAccessorTable
.ensureFieldAccessorsInitialized(
io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry.class, io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry.Builder.class);
}
// Construct using io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry.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 (commonPropertiesBuilder_ == null) {
commonProperties_ = null;
} else {
commonProperties_ = null;
commonPropertiesBuilder_ = null;
}
if (connectionPropertiesBuilder_ == null) {
connectionProperties_ = null;
} else {
connectionProperties_ = null;
connectionPropertiesBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return io.envoyproxy.envoy.data.accesslog.v3alpha.AccesslogProto.internal_static_envoy_data_accesslog_v3alpha_TCPAccessLogEntry_descriptor;
}
@java.lang.Override
public io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry getDefaultInstanceForType() {
return io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry.getDefaultInstance();
}
@java.lang.Override
public io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry build() {
io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry buildPartial() {
io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry result = new io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry(this);
if (commonPropertiesBuilder_ == null) {
result.commonProperties_ = commonProperties_;
} else {
result.commonProperties_ = commonPropertiesBuilder_.build();
}
if (connectionPropertiesBuilder_ == null) {
result.connectionProperties_ = connectionProperties_;
} else {
result.connectionProperties_ = connectionPropertiesBuilder_.build();
}
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 io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry) {
return mergeFrom((io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry other) {
if (other == io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry.getDefaultInstance()) return this;
if (other.hasCommonProperties()) {
mergeCommonProperties(other.getCommonProperties());
}
if (other.hasConnectionProperties()) {
mergeConnectionProperties(other.getConnectionProperties());
}
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 {
io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private io.envoyproxy.envoy.data.accesslog.v3alpha.AccessLogCommon commonProperties_;
private com.google.protobuf.SingleFieldBuilderV3<
io.envoyproxy.envoy.data.accesslog.v3alpha.AccessLogCommon, io.envoyproxy.envoy.data.accesslog.v3alpha.AccessLogCommon.Builder, io.envoyproxy.envoy.data.accesslog.v3alpha.AccessLogCommonOrBuilder> commonPropertiesBuilder_;
/**
*
* Common properties shared by all Envoy access logs.
*
*
* .envoy.data.accesslog.v3alpha.AccessLogCommon common_properties = 1;
*/
public boolean hasCommonProperties() {
return commonPropertiesBuilder_ != null || commonProperties_ != null;
}
/**
*
* Common properties shared by all Envoy access logs.
*
*
* .envoy.data.accesslog.v3alpha.AccessLogCommon common_properties = 1;
*/
public io.envoyproxy.envoy.data.accesslog.v3alpha.AccessLogCommon getCommonProperties() {
if (commonPropertiesBuilder_ == null) {
return commonProperties_ == null ? io.envoyproxy.envoy.data.accesslog.v3alpha.AccessLogCommon.getDefaultInstance() : commonProperties_;
} else {
return commonPropertiesBuilder_.getMessage();
}
}
/**
*
* Common properties shared by all Envoy access logs.
*
*
* .envoy.data.accesslog.v3alpha.AccessLogCommon common_properties = 1;
*/
public Builder setCommonProperties(io.envoyproxy.envoy.data.accesslog.v3alpha.AccessLogCommon value) {
if (commonPropertiesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
commonProperties_ = value;
onChanged();
} else {
commonPropertiesBuilder_.setMessage(value);
}
return this;
}
/**
*
* Common properties shared by all Envoy access logs.
*
*
* .envoy.data.accesslog.v3alpha.AccessLogCommon common_properties = 1;
*/
public Builder setCommonProperties(
io.envoyproxy.envoy.data.accesslog.v3alpha.AccessLogCommon.Builder builderForValue) {
if (commonPropertiesBuilder_ == null) {
commonProperties_ = builderForValue.build();
onChanged();
} else {
commonPropertiesBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
* Common properties shared by all Envoy access logs.
*
*
* .envoy.data.accesslog.v3alpha.AccessLogCommon common_properties = 1;
*/
public Builder mergeCommonProperties(io.envoyproxy.envoy.data.accesslog.v3alpha.AccessLogCommon value) {
if (commonPropertiesBuilder_ == null) {
if (commonProperties_ != null) {
commonProperties_ =
io.envoyproxy.envoy.data.accesslog.v3alpha.AccessLogCommon.newBuilder(commonProperties_).mergeFrom(value).buildPartial();
} else {
commonProperties_ = value;
}
onChanged();
} else {
commonPropertiesBuilder_.mergeFrom(value);
}
return this;
}
/**
*
* Common properties shared by all Envoy access logs.
*
*
* .envoy.data.accesslog.v3alpha.AccessLogCommon common_properties = 1;
*/
public Builder clearCommonProperties() {
if (commonPropertiesBuilder_ == null) {
commonProperties_ = null;
onChanged();
} else {
commonProperties_ = null;
commonPropertiesBuilder_ = null;
}
return this;
}
/**
*
* Common properties shared by all Envoy access logs.
*
*
* .envoy.data.accesslog.v3alpha.AccessLogCommon common_properties = 1;
*/
public io.envoyproxy.envoy.data.accesslog.v3alpha.AccessLogCommon.Builder getCommonPropertiesBuilder() {
onChanged();
return getCommonPropertiesFieldBuilder().getBuilder();
}
/**
*
* Common properties shared by all Envoy access logs.
*
*
* .envoy.data.accesslog.v3alpha.AccessLogCommon common_properties = 1;
*/
public io.envoyproxy.envoy.data.accesslog.v3alpha.AccessLogCommonOrBuilder getCommonPropertiesOrBuilder() {
if (commonPropertiesBuilder_ != null) {
return commonPropertiesBuilder_.getMessageOrBuilder();
} else {
return commonProperties_ == null ?
io.envoyproxy.envoy.data.accesslog.v3alpha.AccessLogCommon.getDefaultInstance() : commonProperties_;
}
}
/**
*
* Common properties shared by all Envoy access logs.
*
*
* .envoy.data.accesslog.v3alpha.AccessLogCommon common_properties = 1;
*/
private com.google.protobuf.SingleFieldBuilderV3<
io.envoyproxy.envoy.data.accesslog.v3alpha.AccessLogCommon, io.envoyproxy.envoy.data.accesslog.v3alpha.AccessLogCommon.Builder, io.envoyproxy.envoy.data.accesslog.v3alpha.AccessLogCommonOrBuilder>
getCommonPropertiesFieldBuilder() {
if (commonPropertiesBuilder_ == null) {
commonPropertiesBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
io.envoyproxy.envoy.data.accesslog.v3alpha.AccessLogCommon, io.envoyproxy.envoy.data.accesslog.v3alpha.AccessLogCommon.Builder, io.envoyproxy.envoy.data.accesslog.v3alpha.AccessLogCommonOrBuilder>(
getCommonProperties(),
getParentForChildren(),
isClean());
commonProperties_ = null;
}
return commonPropertiesBuilder_;
}
private io.envoyproxy.envoy.data.accesslog.v3alpha.ConnectionProperties connectionProperties_;
private com.google.protobuf.SingleFieldBuilderV3<
io.envoyproxy.envoy.data.accesslog.v3alpha.ConnectionProperties, io.envoyproxy.envoy.data.accesslog.v3alpha.ConnectionProperties.Builder, io.envoyproxy.envoy.data.accesslog.v3alpha.ConnectionPropertiesOrBuilder> connectionPropertiesBuilder_;
/**
*
* Properties of the TCP connection.
*
*
* .envoy.data.accesslog.v3alpha.ConnectionProperties connection_properties = 2;
*/
public boolean hasConnectionProperties() {
return connectionPropertiesBuilder_ != null || connectionProperties_ != null;
}
/**
*
* Properties of the TCP connection.
*
*
* .envoy.data.accesslog.v3alpha.ConnectionProperties connection_properties = 2;
*/
public io.envoyproxy.envoy.data.accesslog.v3alpha.ConnectionProperties getConnectionProperties() {
if (connectionPropertiesBuilder_ == null) {
return connectionProperties_ == null ? io.envoyproxy.envoy.data.accesslog.v3alpha.ConnectionProperties.getDefaultInstance() : connectionProperties_;
} else {
return connectionPropertiesBuilder_.getMessage();
}
}
/**
*
* Properties of the TCP connection.
*
*
* .envoy.data.accesslog.v3alpha.ConnectionProperties connection_properties = 2;
*/
public Builder setConnectionProperties(io.envoyproxy.envoy.data.accesslog.v3alpha.ConnectionProperties value) {
if (connectionPropertiesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
connectionProperties_ = value;
onChanged();
} else {
connectionPropertiesBuilder_.setMessage(value);
}
return this;
}
/**
*
* Properties of the TCP connection.
*
*
* .envoy.data.accesslog.v3alpha.ConnectionProperties connection_properties = 2;
*/
public Builder setConnectionProperties(
io.envoyproxy.envoy.data.accesslog.v3alpha.ConnectionProperties.Builder builderForValue) {
if (connectionPropertiesBuilder_ == null) {
connectionProperties_ = builderForValue.build();
onChanged();
} else {
connectionPropertiesBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
* Properties of the TCP connection.
*
*
* .envoy.data.accesslog.v3alpha.ConnectionProperties connection_properties = 2;
*/
public Builder mergeConnectionProperties(io.envoyproxy.envoy.data.accesslog.v3alpha.ConnectionProperties value) {
if (connectionPropertiesBuilder_ == null) {
if (connectionProperties_ != null) {
connectionProperties_ =
io.envoyproxy.envoy.data.accesslog.v3alpha.ConnectionProperties.newBuilder(connectionProperties_).mergeFrom(value).buildPartial();
} else {
connectionProperties_ = value;
}
onChanged();
} else {
connectionPropertiesBuilder_.mergeFrom(value);
}
return this;
}
/**
*
* Properties of the TCP connection.
*
*
* .envoy.data.accesslog.v3alpha.ConnectionProperties connection_properties = 2;
*/
public Builder clearConnectionProperties() {
if (connectionPropertiesBuilder_ == null) {
connectionProperties_ = null;
onChanged();
} else {
connectionProperties_ = null;
connectionPropertiesBuilder_ = null;
}
return this;
}
/**
*
* Properties of the TCP connection.
*
*
* .envoy.data.accesslog.v3alpha.ConnectionProperties connection_properties = 2;
*/
public io.envoyproxy.envoy.data.accesslog.v3alpha.ConnectionProperties.Builder getConnectionPropertiesBuilder() {
onChanged();
return getConnectionPropertiesFieldBuilder().getBuilder();
}
/**
*
* Properties of the TCP connection.
*
*
* .envoy.data.accesslog.v3alpha.ConnectionProperties connection_properties = 2;
*/
public io.envoyproxy.envoy.data.accesslog.v3alpha.ConnectionPropertiesOrBuilder getConnectionPropertiesOrBuilder() {
if (connectionPropertiesBuilder_ != null) {
return connectionPropertiesBuilder_.getMessageOrBuilder();
} else {
return connectionProperties_ == null ?
io.envoyproxy.envoy.data.accesslog.v3alpha.ConnectionProperties.getDefaultInstance() : connectionProperties_;
}
}
/**
*
* Properties of the TCP connection.
*
*
* .envoy.data.accesslog.v3alpha.ConnectionProperties connection_properties = 2;
*/
private com.google.protobuf.SingleFieldBuilderV3<
io.envoyproxy.envoy.data.accesslog.v3alpha.ConnectionProperties, io.envoyproxy.envoy.data.accesslog.v3alpha.ConnectionProperties.Builder, io.envoyproxy.envoy.data.accesslog.v3alpha.ConnectionPropertiesOrBuilder>
getConnectionPropertiesFieldBuilder() {
if (connectionPropertiesBuilder_ == null) {
connectionPropertiesBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
io.envoyproxy.envoy.data.accesslog.v3alpha.ConnectionProperties, io.envoyproxy.envoy.data.accesslog.v3alpha.ConnectionProperties.Builder, io.envoyproxy.envoy.data.accesslog.v3alpha.ConnectionPropertiesOrBuilder>(
getConnectionProperties(),
getParentForChildren(),
isClean());
connectionProperties_ = null;
}
return connectionPropertiesBuilder_;
}
@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:envoy.data.accesslog.v3alpha.TCPAccessLogEntry)
}
// @@protoc_insertion_point(class_scope:envoy.data.accesslog.v3alpha.TCPAccessLogEntry)
private static final io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry();
}
public static io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public TCPAccessLogEntry parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new TCPAccessLogEntry(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 io.envoyproxy.envoy.data.accesslog.v3alpha.TCPAccessLogEntry getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}