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

io.envoyproxy.envoy.service.runtime.v3.RuntimeOrBuilder 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/service/runtime/v3/rtds.proto

package io.envoyproxy.envoy.service.runtime.v3;

public interface RuntimeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.service.runtime.v3.Runtime)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Runtime resource name. This makes the Runtime a self-describing xDS
   * resource.
   * 
* * string name = 1 [(.validate.rules) = { ... } * @return The name. */ java.lang.String getName(); /** *
   * Runtime resource name. This makes the Runtime a self-describing xDS
   * resource.
   * 
* * string name = 1 [(.validate.rules) = { ... } * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** * .google.protobuf.Struct layer = 2; * @return Whether the layer field is set. */ boolean hasLayer(); /** * .google.protobuf.Struct layer = 2; * @return The layer. */ com.google.protobuf.Struct getLayer(); /** * .google.protobuf.Struct layer = 2; */ com.google.protobuf.StructOrBuilder getLayerOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy