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

io.stigg.sidecar.proto.v1.ApiConfigOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.112.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: stigg/sidecar/v1/sidecar.proto

package io.stigg.sidecar.proto.v1;

public interface ApiConfigOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:stigg.sidecar.v1.ApiConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string api_key = 1 [json_name = "apiKey"];
   *
   * @return The apiKey.
   */
  java.lang.String getApiKey();

  /**
   * string api_key = 1 [json_name = "apiKey"];
   *
   * @return The bytes for apiKey.
   */
  com.google.protobuf.ByteString getApiKeyBytes();

  /**
   * optional string api_url = 2 [json_name = "apiUrl"];
   *
   * @return Whether the apiUrl field is set.
   */
  boolean hasApiUrl();

  /**
   * optional string api_url = 2 [json_name = "apiUrl"];
   *
   * @return The apiUrl.
   */
  java.lang.String getApiUrl();

  /**
   * optional string api_url = 2 [json_name = "apiUrl"];
   *
   * @return The bytes for apiUrl.
   */
  com.google.protobuf.ByteString getApiUrlBytes();

  /**
   * optional bool edge_enabled = 3 [json_name = "edgeEnabled"];
   *
   * @return Whether the edgeEnabled field is set.
   */
  boolean hasEdgeEnabled();

  /**
   * optional bool edge_enabled = 3 [json_name = "edgeEnabled"];
   *
   * @return The edgeEnabled.
   */
  boolean getEdgeEnabled();

  /**
   * optional string edge_api_url = 4 [json_name = "edgeApiUrl"];
   *
   * @return Whether the edgeApiUrl field is set.
   */
  boolean hasEdgeApiUrl();

  /**
   * optional string edge_api_url = 4 [json_name = "edgeApiUrl"];
   *
   * @return The edgeApiUrl.
   */
  java.lang.String getEdgeApiUrl();

  /**
   * optional string edge_api_url = 4 [json_name = "edgeApiUrl"];
   *
   * @return The bytes for edgeApiUrl.
   */
  com.google.protobuf.ByteString getEdgeApiUrlBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy