Class EndpointsConfigDump.StaticEndpointConfig.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<EndpointsConfigDump.StaticEndpointConfig.Builder>
com.google.protobuf.GeneratedMessage.Builder<EndpointsConfigDump.StaticEndpointConfig.Builder>
io.envoyproxy.envoy.admin.v3.EndpointsConfigDump.StaticEndpointConfig.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, EndpointsConfigDump.StaticEndpointConfigOrBuilder, Cloneable
Enclosing class:
EndpointsConfigDump.StaticEndpointConfig

public static final class EndpointsConfigDump.StaticEndpointConfig.Builder extends com.google.protobuf.GeneratedMessage.Builder<EndpointsConfigDump.StaticEndpointConfig.Builder> implements EndpointsConfigDump.StaticEndpointConfigOrBuilder
Protobuf type envoy.admin.v3.EndpointsConfigDump.StaticEndpointConfig
  • Field Details

    • bitField0_

      private int bitField0_
    • endpointConfig_

      private com.google.protobuf.Any endpointConfig_
    • endpointConfigBuilder_

      private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Any,com.google.protobuf.Any.Builder,com.google.protobuf.AnyOrBuilder> endpointConfigBuilder_
    • lastUpdated_

      private com.google.protobuf.Timestamp lastUpdated_
    • lastUpdatedBuilder_

      private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Timestamp,com.google.protobuf.Timestamp.Builder,com.google.protobuf.TimestampOrBuilder> lastUpdatedBuilder_
  • Constructor Details

    • Builder

      private Builder()
    • Builder

      private Builder(com.google.protobuf.AbstractMessage.BuilderParent parent)
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<EndpointsConfigDump.StaticEndpointConfig.Builder>
    • maybeForceBuilderInitialization

      private void maybeForceBuilderInitialization()
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<EndpointsConfigDump.StaticEndpointConfig.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<EndpointsConfigDump.StaticEndpointConfig.Builder>
    • getDefaultInstanceForType

      public EndpointsConfigDump.StaticEndpointConfig getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • buildPartial0

      private void buildPartial0(EndpointsConfigDump.StaticEndpointConfig result)
    • mergeFrom

      public EndpointsConfigDump.StaticEndpointConfig.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<EndpointsConfigDump.StaticEndpointConfig.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<EndpointsConfigDump.StaticEndpointConfig.Builder>
    • mergeFrom

      public EndpointsConfigDump.StaticEndpointConfig.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<EndpointsConfigDump.StaticEndpointConfig.Builder>
      Throws:
      IOException
    • hasEndpointConfig

      public boolean hasEndpointConfig()
       The endpoint config.
       
      .google.protobuf.Any endpoint_config = 1;
      Specified by:
      hasEndpointConfig in interface EndpointsConfigDump.StaticEndpointConfigOrBuilder
      Returns:
      Whether the endpointConfig field is set.
    • getEndpointConfig

      public com.google.protobuf.Any getEndpointConfig()
       The endpoint config.
       
      .google.protobuf.Any endpoint_config = 1;
      Specified by:
      getEndpointConfig in interface EndpointsConfigDump.StaticEndpointConfigOrBuilder
      Returns:
      The endpointConfig.
    • setEndpointConfig

      public EndpointsConfigDump.StaticEndpointConfig.Builder setEndpointConfig(com.google.protobuf.Any value)
       The endpoint config.
       
      .google.protobuf.Any endpoint_config = 1;
    • setEndpointConfig

      public EndpointsConfigDump.StaticEndpointConfig.Builder setEndpointConfig(com.google.protobuf.Any.Builder builderForValue)
       The endpoint config.
       
      .google.protobuf.Any endpoint_config = 1;
    • mergeEndpointConfig

      public EndpointsConfigDump.StaticEndpointConfig.Builder mergeEndpointConfig(com.google.protobuf.Any value)
       The endpoint config.
       
      .google.protobuf.Any endpoint_config = 1;
    • clearEndpointConfig

       The endpoint config.
       
      .google.protobuf.Any endpoint_config = 1;
    • getEndpointConfigBuilder

      public com.google.protobuf.Any.Builder getEndpointConfigBuilder()
       The endpoint config.
       
      .google.protobuf.Any endpoint_config = 1;
    • getEndpointConfigOrBuilder

      public com.google.protobuf.AnyOrBuilder getEndpointConfigOrBuilder()
       The endpoint config.
       
      .google.protobuf.Any endpoint_config = 1;
      Specified by:
      getEndpointConfigOrBuilder in interface EndpointsConfigDump.StaticEndpointConfigOrBuilder
    • getEndpointConfigFieldBuilder

      private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Any,com.google.protobuf.Any.Builder,com.google.protobuf.AnyOrBuilder> getEndpointConfigFieldBuilder()
       The endpoint config.
       
      .google.protobuf.Any endpoint_config = 1;
    • hasLastUpdated

      public boolean hasLastUpdated()
       [#not-implemented-hide:] The timestamp when the Endpoint was last updated.
       
      .google.protobuf.Timestamp last_updated = 2;
      Specified by:
      hasLastUpdated in interface EndpointsConfigDump.StaticEndpointConfigOrBuilder
      Returns:
      Whether the lastUpdated field is set.
    • getLastUpdated

      public com.google.protobuf.Timestamp getLastUpdated()
       [#not-implemented-hide:] The timestamp when the Endpoint was last updated.
       
      .google.protobuf.Timestamp last_updated = 2;
      Specified by:
      getLastUpdated in interface EndpointsConfigDump.StaticEndpointConfigOrBuilder
      Returns:
      The lastUpdated.
    • setLastUpdated

      public EndpointsConfigDump.StaticEndpointConfig.Builder setLastUpdated(com.google.protobuf.Timestamp value)
       [#not-implemented-hide:] The timestamp when the Endpoint was last updated.
       
      .google.protobuf.Timestamp last_updated = 2;
    • setLastUpdated

      public EndpointsConfigDump.StaticEndpointConfig.Builder setLastUpdated(com.google.protobuf.Timestamp.Builder builderForValue)
       [#not-implemented-hide:] The timestamp when the Endpoint was last updated.
       
      .google.protobuf.Timestamp last_updated = 2;
    • mergeLastUpdated

      public EndpointsConfigDump.StaticEndpointConfig.Builder mergeLastUpdated(com.google.protobuf.Timestamp value)
       [#not-implemented-hide:] The timestamp when the Endpoint was last updated.
       
      .google.protobuf.Timestamp last_updated = 2;
    • clearLastUpdated

       [#not-implemented-hide:] The timestamp when the Endpoint was last updated.
       
      .google.protobuf.Timestamp last_updated = 2;
    • getLastUpdatedBuilder

      public com.google.protobuf.Timestamp.Builder getLastUpdatedBuilder()
       [#not-implemented-hide:] The timestamp when the Endpoint was last updated.
       
      .google.protobuf.Timestamp last_updated = 2;
    • getLastUpdatedOrBuilder

      public com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder()
       [#not-implemented-hide:] The timestamp when the Endpoint was last updated.
       
      .google.protobuf.Timestamp last_updated = 2;
      Specified by:
      getLastUpdatedOrBuilder in interface EndpointsConfigDump.StaticEndpointConfigOrBuilder
    • getLastUpdatedFieldBuilder

      private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Timestamp,com.google.protobuf.Timestamp.Builder,com.google.protobuf.TimestampOrBuilder> getLastUpdatedFieldBuilder()
       [#not-implemented-hide:] The timestamp when the Endpoint was last updated.
       
      .google.protobuf.Timestamp last_updated = 2;