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

io.envoyproxy.envoy.admin.v2alpha.BootstrapConfigDumpOrBuilder 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;

public interface BootstrapConfigDumpOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.admin.v2alpha.BootstrapConfigDump)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .envoy.config.bootstrap.v2.Bootstrap bootstrap = 1;
   * @return Whether the bootstrap field is set.
   */
  boolean hasBootstrap();
  /**
   * .envoy.config.bootstrap.v2.Bootstrap bootstrap = 1;
   * @return The bootstrap.
   */
  io.envoyproxy.envoy.config.bootstrap.v2.Bootstrap getBootstrap();
  /**
   * .envoy.config.bootstrap.v2.Bootstrap bootstrap = 1;
   */
  io.envoyproxy.envoy.config.bootstrap.v2.BootstrapOrBuilder getBootstrapOrBuilder();

  /**
   * 
   * The timestamp when the BootstrapConfig was last updated.
   * 
* * .google.protobuf.Timestamp last_updated = 2; * @return Whether the lastUpdated field is set. */ boolean hasLastUpdated(); /** *
   * The timestamp when the BootstrapConfig was last updated.
   * 
* * .google.protobuf.Timestamp last_updated = 2; * @return The lastUpdated. */ com.google.protobuf.Timestamp getLastUpdated(); /** *
   * The timestamp when the BootstrapConfig was last updated.
   * 
* * .google.protobuf.Timestamp last_updated = 2; */ com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy