Interface LogAggregatorConfigMessageOrBuilder

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

@Generated public interface LogAggregatorConfigMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getName

      String getName()
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      Returns:
      The bytes for name.
    • hasDescription

      boolean hasDescription()
      .google.protobuf.StringValue description = 2;
      Returns:
      Whether the description field is set.
    • getDescription

      com.google.protobuf.StringValue getDescription()
      .google.protobuf.StringValue description = 2;
      Returns:
      The description.
    • getDescriptionOrBuilder

      com.google.protobuf.StringValueOrBuilder getDescriptionOrBuilder()
      .google.protobuf.StringValue description = 2;
    • getPort

      int getPort()
       obsolete
       
      int32 port = 3;
      Returns:
      The port.
    • hasFilter

      boolean hasFilter()
      .io.deephaven.proto.routing.FilterMessage filter = 4;
      Returns:
      Whether the filter field is set.
    • getFilter

      FilterMessage getFilter()
      .io.deephaven.proto.routing.FilterMessage filter = 4;
      Returns:
      The filter.
    • getFilterOrBuilder

      FilterMessageOrBuilder getFilterOrBuilder()
      .io.deephaven.proto.routing.FilterMessage filter = 4;
    • getPropertiesCount

      int getPropertiesCount()
      map<string, string> properties = 5;
    • containsProperties

      boolean containsProperties(String key)
      map<string, string> properties = 5;
    • getProperties

      @Deprecated Map<String,String> getProperties()
      Deprecated.
      Use getPropertiesMap() instead.
    • getPropertiesMap

      Map<String,String> getPropertiesMap()
      map<string, string> properties = 5;
    • getPropertiesOrDefault

      String getPropertiesOrDefault(String key, String defaultValue)
      map<string, string> properties = 5;
    • getPropertiesOrThrow

      String getPropertiesOrThrow(String key)
      map<string, string> properties = 5;
    • hasEndpointConfig

      boolean hasEndpointConfig()
      .io.deephaven.proto.routing.LogAggregatorEndpointConfigMessage endpointConfig = 6;
      Returns:
      Whether the endpointConfig field is set.
    • getEndpointConfig

      .io.deephaven.proto.routing.LogAggregatorEndpointConfigMessage endpointConfig = 6;
      Returns:
      The endpointConfig.
    • getEndpointConfigOrBuilder

      LogAggregatorEndpointConfigMessageOrBuilder getEndpointConfigOrBuilder()
      .io.deephaven.proto.routing.LogAggregatorEndpointConfigMessage endpointConfig = 6;