Package io.stigg.sidecar.proto.v1
Interface ApiConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ApiConfig,ApiConfig.Builder
public interface ApiConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetApiKey()string api_key = 1 [json_name = "apiKey"];com.google.protobuf.ByteStringgetApiKeyBytes()string api_key = 1 [json_name = "apiKey"];java.lang.StringgetApiUrl()optional string api_url = 2 [json_name = "apiUrl"];com.google.protobuf.ByteStringgetApiUrlBytes()optional string api_url = 2 [json_name = "apiUrl"];java.lang.StringgetEdgeApiUrl()optional string edge_api_url = 4 [json_name = "edgeApiUrl"];com.google.protobuf.ByteStringgetEdgeApiUrlBytes()optional string edge_api_url = 4 [json_name = "edgeApiUrl"];booleangetEdgeEnabled()optional bool edge_enabled = 3 [json_name = "edgeEnabled"];booleanhasApiUrl()optional string api_url = 2 [json_name = "apiUrl"];booleanhasEdgeApiUrl()optional string edge_api_url = 4 [json_name = "edgeApiUrl"];booleanhasEdgeEnabled()optional bool edge_enabled = 3 [json_name = "edgeEnabled"];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getApiKey
java.lang.String getApiKey()
string api_key = 1 [json_name = "apiKey"];- Returns:
- The apiKey.
-
getApiKeyBytes
com.google.protobuf.ByteString getApiKeyBytes()
string api_key = 1 [json_name = "apiKey"];- Returns:
- The bytes for apiKey.
-
hasApiUrl
boolean hasApiUrl()
optional string api_url = 2 [json_name = "apiUrl"];- Returns:
- Whether the apiUrl field is set.
-
getApiUrl
java.lang.String getApiUrl()
optional string api_url = 2 [json_name = "apiUrl"];- Returns:
- The apiUrl.
-
getApiUrlBytes
com.google.protobuf.ByteString getApiUrlBytes()
optional string api_url = 2 [json_name = "apiUrl"];- Returns:
- The bytes for apiUrl.
-
hasEdgeEnabled
boolean hasEdgeEnabled()
optional bool edge_enabled = 3 [json_name = "edgeEnabled"];- Returns:
- Whether the edgeEnabled field is set.
-
getEdgeEnabled
boolean getEdgeEnabled()
optional bool edge_enabled = 3 [json_name = "edgeEnabled"];- Returns:
- The edgeEnabled.
-
hasEdgeApiUrl
boolean hasEdgeApiUrl()
optional string edge_api_url = 4 [json_name = "edgeApiUrl"];- Returns:
- Whether the edgeApiUrl field is set.
-
getEdgeApiUrl
java.lang.String getEdgeApiUrl()
optional string edge_api_url = 4 [json_name = "edgeApiUrl"];- Returns:
- The edgeApiUrl.
-
getEdgeApiUrlBytes
com.google.protobuf.ByteString getEdgeApiUrlBytes()
optional string edge_api_url = 4 [json_name = "edgeApiUrl"];- Returns:
- The bytes for edgeApiUrl.
-
-