All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Config, Config.Builder

public interface ConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Response data as a data source.
    Response data as a data source.
    boolean
    Response data as a data source.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasResponse

      boolean hasResponse()
       Response data as a data source.
       
      .envoy.config.core.v3.DataSource response = 1;
      Returns:
      Whether the response field is set.
    • getResponse

      DataSource getResponse()
       Response data as a data source.
       
      .envoy.config.core.v3.DataSource response = 1;
      Returns:
      The response.
    • getResponseOrBuilder

      DataSourceOrBuilder getResponseOrBuilder()
       Response data as a data source.
       
      .envoy.config.core.v3.DataSource response = 1;