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

io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/admin/v2alpha/config_dump.proto

package io.envoyproxy.envoy.admin.v2alpha;

/**
 * 
 * This message describes the bootstrap configuration that Envoy was started with. This includes
 * any CLI overrides that were merged. Bootstrap configuration information can be used to recreate
 * the static portions of an Envoy configuration by reusing the output as the bootstrap
 * configuration for another Envoy.
 * 
* * Protobuf type {@code envoy.admin.v2alpha.BootstrapConfigDump} */ public final class BootstrapConfigDump extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:envoy.admin.v2alpha.BootstrapConfigDump) BootstrapConfigDumpOrBuilder { private static final long serialVersionUID = 0L; // Use BootstrapConfigDump.newBuilder() to construct. private BootstrapConfigDump(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private BootstrapConfigDump() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new BootstrapConfigDump(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private BootstrapConfigDump( 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.config.bootstrap.v2.Bootstrap.Builder subBuilder = null; if (bootstrap_ != null) { subBuilder = bootstrap_.toBuilder(); } bootstrap_ = input.readMessage(io.envoyproxy.envoy.config.bootstrap.v2.Bootstrap.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(bootstrap_); bootstrap_ = subBuilder.buildPartial(); } break; } case 18: { com.google.protobuf.Timestamp.Builder subBuilder = null; if (lastUpdated_ != null) { subBuilder = lastUpdated_.toBuilder(); } lastUpdated_ = input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(lastUpdated_); lastUpdated_ = 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.admin.v2alpha.ConfigDumpProto.internal_static_envoy_admin_v2alpha_BootstrapConfigDump_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return io.envoyproxy.envoy.admin.v2alpha.ConfigDumpProto.internal_static_envoy_admin_v2alpha_BootstrapConfigDump_fieldAccessorTable .ensureFieldAccessorsInitialized( io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump.class, io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump.Builder.class); } public static final int BOOTSTRAP_FIELD_NUMBER = 1; private io.envoyproxy.envoy.config.bootstrap.v2.Bootstrap bootstrap_; /** * .envoy.config.bootstrap.v2.Bootstrap bootstrap = 1; */ public boolean hasBootstrap() { return bootstrap_ != null; } /** * .envoy.config.bootstrap.v2.Bootstrap bootstrap = 1; */ public io.envoyproxy.envoy.config.bootstrap.v2.Bootstrap getBootstrap() { return bootstrap_ == null ? io.envoyproxy.envoy.config.bootstrap.v2.Bootstrap.getDefaultInstance() : bootstrap_; } /** * .envoy.config.bootstrap.v2.Bootstrap bootstrap = 1; */ public io.envoyproxy.envoy.config.bootstrap.v2.BootstrapOrBuilder getBootstrapOrBuilder() { return getBootstrap(); } public static final int LAST_UPDATED_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp lastUpdated_; /** *
   * The timestamp when the BootstrapConfig was last updated.
   * 
* * .google.protobuf.Timestamp last_updated = 2; */ public boolean hasLastUpdated() { return lastUpdated_ != null; } /** *
   * The timestamp when the BootstrapConfig was last updated.
   * 
* * .google.protobuf.Timestamp last_updated = 2; */ public com.google.protobuf.Timestamp getLastUpdated() { return lastUpdated_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : lastUpdated_; } /** *
   * The timestamp when the BootstrapConfig was last updated.
   * 
* * .google.protobuf.Timestamp last_updated = 2; */ public com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder() { return getLastUpdated(); } 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 (bootstrap_ != null) { output.writeMessage(1, getBootstrap()); } if (lastUpdated_ != null) { output.writeMessage(2, getLastUpdated()); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (bootstrap_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getBootstrap()); } if (lastUpdated_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getLastUpdated()); } 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.admin.v2alpha.BootstrapConfigDump)) { return super.equals(obj); } io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump other = (io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump) obj; if (hasBootstrap() != other.hasBootstrap()) return false; if (hasBootstrap()) { if (!getBootstrap() .equals(other.getBootstrap())) return false; } if (hasLastUpdated() != other.hasLastUpdated()) return false; if (hasLastUpdated()) { if (!getLastUpdated() .equals(other.getLastUpdated())) 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 (hasBootstrap()) { hash = (37 * hash) + BOOTSTRAP_FIELD_NUMBER; hash = (53 * hash) + getBootstrap().hashCode(); } if (hasLastUpdated()) { hash = (37 * hash) + LAST_UPDATED_FIELD_NUMBER; hash = (53 * hash) + getLastUpdated().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump 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.admin.v2alpha.BootstrapConfigDump parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump 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.admin.v2alpha.BootstrapConfigDump parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump 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.admin.v2alpha.BootstrapConfigDump parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump 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.admin.v2alpha.BootstrapConfigDump parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump 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.admin.v2alpha.BootstrapConfigDump 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; } /** *
   * This message describes the bootstrap configuration that Envoy was started with. This includes
   * any CLI overrides that were merged. Bootstrap configuration information can be used to recreate
   * the static portions of an Envoy configuration by reusing the output as the bootstrap
   * configuration for another Envoy.
   * 
* * Protobuf type {@code envoy.admin.v2alpha.BootstrapConfigDump} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:envoy.admin.v2alpha.BootstrapConfigDump) io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDumpOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return io.envoyproxy.envoy.admin.v2alpha.ConfigDumpProto.internal_static_envoy_admin_v2alpha_BootstrapConfigDump_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return io.envoyproxy.envoy.admin.v2alpha.ConfigDumpProto.internal_static_envoy_admin_v2alpha_BootstrapConfigDump_fieldAccessorTable .ensureFieldAccessorsInitialized( io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump.class, io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump.Builder.class); } // Construct using io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump.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 (bootstrapBuilder_ == null) { bootstrap_ = null; } else { bootstrap_ = null; bootstrapBuilder_ = null; } if (lastUpdatedBuilder_ == null) { lastUpdated_ = null; } else { lastUpdated_ = null; lastUpdatedBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return io.envoyproxy.envoy.admin.v2alpha.ConfigDumpProto.internal_static_envoy_admin_v2alpha_BootstrapConfigDump_descriptor; } @java.lang.Override public io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump getDefaultInstanceForType() { return io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump.getDefaultInstance(); } @java.lang.Override public io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump build() { io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump buildPartial() { io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump result = new io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump(this); if (bootstrapBuilder_ == null) { result.bootstrap_ = bootstrap_; } else { result.bootstrap_ = bootstrapBuilder_.build(); } if (lastUpdatedBuilder_ == null) { result.lastUpdated_ = lastUpdated_; } else { result.lastUpdated_ = lastUpdatedBuilder_.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.admin.v2alpha.BootstrapConfigDump) { return mergeFrom((io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump other) { if (other == io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump.getDefaultInstance()) return this; if (other.hasBootstrap()) { mergeBootstrap(other.getBootstrap()); } if (other.hasLastUpdated()) { mergeLastUpdated(other.getLastUpdated()); } 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.admin.v2alpha.BootstrapConfigDump parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private io.envoyproxy.envoy.config.bootstrap.v2.Bootstrap bootstrap_; private com.google.protobuf.SingleFieldBuilderV3< io.envoyproxy.envoy.config.bootstrap.v2.Bootstrap, io.envoyproxy.envoy.config.bootstrap.v2.Bootstrap.Builder, io.envoyproxy.envoy.config.bootstrap.v2.BootstrapOrBuilder> bootstrapBuilder_; /** * .envoy.config.bootstrap.v2.Bootstrap bootstrap = 1; */ public boolean hasBootstrap() { return bootstrapBuilder_ != null || bootstrap_ != null; } /** * .envoy.config.bootstrap.v2.Bootstrap bootstrap = 1; */ public io.envoyproxy.envoy.config.bootstrap.v2.Bootstrap getBootstrap() { if (bootstrapBuilder_ == null) { return bootstrap_ == null ? io.envoyproxy.envoy.config.bootstrap.v2.Bootstrap.getDefaultInstance() : bootstrap_; } else { return bootstrapBuilder_.getMessage(); } } /** * .envoy.config.bootstrap.v2.Bootstrap bootstrap = 1; */ public Builder setBootstrap(io.envoyproxy.envoy.config.bootstrap.v2.Bootstrap value) { if (bootstrapBuilder_ == null) { if (value == null) { throw new NullPointerException(); } bootstrap_ = value; onChanged(); } else { bootstrapBuilder_.setMessage(value); } return this; } /** * .envoy.config.bootstrap.v2.Bootstrap bootstrap = 1; */ public Builder setBootstrap( io.envoyproxy.envoy.config.bootstrap.v2.Bootstrap.Builder builderForValue) { if (bootstrapBuilder_ == null) { bootstrap_ = builderForValue.build(); onChanged(); } else { bootstrapBuilder_.setMessage(builderForValue.build()); } return this; } /** * .envoy.config.bootstrap.v2.Bootstrap bootstrap = 1; */ public Builder mergeBootstrap(io.envoyproxy.envoy.config.bootstrap.v2.Bootstrap value) { if (bootstrapBuilder_ == null) { if (bootstrap_ != null) { bootstrap_ = io.envoyproxy.envoy.config.bootstrap.v2.Bootstrap.newBuilder(bootstrap_).mergeFrom(value).buildPartial(); } else { bootstrap_ = value; } onChanged(); } else { bootstrapBuilder_.mergeFrom(value); } return this; } /** * .envoy.config.bootstrap.v2.Bootstrap bootstrap = 1; */ public Builder clearBootstrap() { if (bootstrapBuilder_ == null) { bootstrap_ = null; onChanged(); } else { bootstrap_ = null; bootstrapBuilder_ = null; } return this; } /** * .envoy.config.bootstrap.v2.Bootstrap bootstrap = 1; */ public io.envoyproxy.envoy.config.bootstrap.v2.Bootstrap.Builder getBootstrapBuilder() { onChanged(); return getBootstrapFieldBuilder().getBuilder(); } /** * .envoy.config.bootstrap.v2.Bootstrap bootstrap = 1; */ public io.envoyproxy.envoy.config.bootstrap.v2.BootstrapOrBuilder getBootstrapOrBuilder() { if (bootstrapBuilder_ != null) { return bootstrapBuilder_.getMessageOrBuilder(); } else { return bootstrap_ == null ? io.envoyproxy.envoy.config.bootstrap.v2.Bootstrap.getDefaultInstance() : bootstrap_; } } /** * .envoy.config.bootstrap.v2.Bootstrap bootstrap = 1; */ private com.google.protobuf.SingleFieldBuilderV3< io.envoyproxy.envoy.config.bootstrap.v2.Bootstrap, io.envoyproxy.envoy.config.bootstrap.v2.Bootstrap.Builder, io.envoyproxy.envoy.config.bootstrap.v2.BootstrapOrBuilder> getBootstrapFieldBuilder() { if (bootstrapBuilder_ == null) { bootstrapBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< io.envoyproxy.envoy.config.bootstrap.v2.Bootstrap, io.envoyproxy.envoy.config.bootstrap.v2.Bootstrap.Builder, io.envoyproxy.envoy.config.bootstrap.v2.BootstrapOrBuilder>( getBootstrap(), getParentForChildren(), isClean()); bootstrap_ = null; } return bootstrapBuilder_; } private com.google.protobuf.Timestamp lastUpdated_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> lastUpdatedBuilder_; /** *
     * The timestamp when the BootstrapConfig was last updated.
     * 
* * .google.protobuf.Timestamp last_updated = 2; */ public boolean hasLastUpdated() { return lastUpdatedBuilder_ != null || lastUpdated_ != null; } /** *
     * The timestamp when the BootstrapConfig was last updated.
     * 
* * .google.protobuf.Timestamp last_updated = 2; */ public com.google.protobuf.Timestamp getLastUpdated() { if (lastUpdatedBuilder_ == null) { return lastUpdated_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : lastUpdated_; } else { return lastUpdatedBuilder_.getMessage(); } } /** *
     * The timestamp when the BootstrapConfig was last updated.
     * 
* * .google.protobuf.Timestamp last_updated = 2; */ public Builder setLastUpdated(com.google.protobuf.Timestamp value) { if (lastUpdatedBuilder_ == null) { if (value == null) { throw new NullPointerException(); } lastUpdated_ = value; onChanged(); } else { lastUpdatedBuilder_.setMessage(value); } return this; } /** *
     * The timestamp when the BootstrapConfig was last updated.
     * 
* * .google.protobuf.Timestamp last_updated = 2; */ public Builder setLastUpdated( com.google.protobuf.Timestamp.Builder builderForValue) { if (lastUpdatedBuilder_ == null) { lastUpdated_ = builderForValue.build(); onChanged(); } else { lastUpdatedBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     * The timestamp when the BootstrapConfig was last updated.
     * 
* * .google.protobuf.Timestamp last_updated = 2; */ public Builder mergeLastUpdated(com.google.protobuf.Timestamp value) { if (lastUpdatedBuilder_ == null) { if (lastUpdated_ != null) { lastUpdated_ = com.google.protobuf.Timestamp.newBuilder(lastUpdated_).mergeFrom(value).buildPartial(); } else { lastUpdated_ = value; } onChanged(); } else { lastUpdatedBuilder_.mergeFrom(value); } return this; } /** *
     * The timestamp when the BootstrapConfig was last updated.
     * 
* * .google.protobuf.Timestamp last_updated = 2; */ public Builder clearLastUpdated() { if (lastUpdatedBuilder_ == null) { lastUpdated_ = null; onChanged(); } else { lastUpdated_ = null; lastUpdatedBuilder_ = null; } return this; } /** *
     * The timestamp when the BootstrapConfig was last updated.
     * 
* * .google.protobuf.Timestamp last_updated = 2; */ public com.google.protobuf.Timestamp.Builder getLastUpdatedBuilder() { onChanged(); return getLastUpdatedFieldBuilder().getBuilder(); } /** *
     * The timestamp when the BootstrapConfig was last updated.
     * 
* * .google.protobuf.Timestamp last_updated = 2; */ public com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder() { if (lastUpdatedBuilder_ != null) { return lastUpdatedBuilder_.getMessageOrBuilder(); } else { return lastUpdated_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : lastUpdated_; } } /** *
     * The timestamp when the BootstrapConfig was last updated.
     * 
* * .google.protobuf.Timestamp last_updated = 2; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> getLastUpdatedFieldBuilder() { if (lastUpdatedBuilder_ == null) { lastUpdatedBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( getLastUpdated(), getParentForChildren(), isClean()); lastUpdated_ = null; } return lastUpdatedBuilder_; } @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.admin.v2alpha.BootstrapConfigDump) } // @@protoc_insertion_point(class_scope:envoy.admin.v2alpha.BootstrapConfigDump) private static final io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump(); } public static io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDump getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public BootstrapConfigDump parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new BootstrapConfigDump(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.admin.v2alpha.BootstrapConfigDump getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy