Interface ConfigOrBuilder

  • 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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DataSource getResponse()
      Response data as a data source.
      DataSourceOrBuilder getResponseOrBuilder()
      Response data as a data source.
      boolean hasResponse()
      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 Detail

      • 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;