public interface ElasticsearchEnvironmentVariablesOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getHubClusterId()
optional string hub_cluster_id = 5; |
com.google.protobuf.ByteString |
getHubClusterIdBytes()
optional string hub_cluster_id = 5; |
String |
getHubEsEndpoint()
optional string hub_es_endpoint = 1; |
com.google.protobuf.ByteString |
getHubEsEndpointBytes()
optional string hub_es_endpoint = 1; |
String |
getHubEsPassword()
optional string hub_es_password = 4; |
com.google.protobuf.ByteString |
getHubEsPasswordBytes()
optional string hub_es_password = 4; |
String |
getHubEsPort()
optional string hub_es_port = 2; |
com.google.protobuf.ByteString |
getHubEsPortBytes()
optional string hub_es_port = 2; |
String |
getHubEsUsername()
optional string hub_es_username = 3; |
com.google.protobuf.ByteString |
getHubEsUsernameBytes()
optional string hub_es_username = 3; |
boolean |
hasHubClusterId()
optional string hub_cluster_id = 5; |
boolean |
hasHubEsEndpoint()
optional string hub_es_endpoint = 1; |
boolean |
hasHubEsPassword()
optional string hub_es_password = 4; |
boolean |
hasHubEsPort()
optional string hub_es_port = 2; |
boolean |
hasHubEsUsername()
optional string hub_es_username = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasHubEsEndpoint()
optional string hub_es_endpoint = 1;
String getHubEsEndpoint()
optional string hub_es_endpoint = 1;
com.google.protobuf.ByteString getHubEsEndpointBytes()
optional string hub_es_endpoint = 1;
boolean hasHubEsPort()
optional string hub_es_port = 2;
String getHubEsPort()
optional string hub_es_port = 2;
com.google.protobuf.ByteString getHubEsPortBytes()
optional string hub_es_port = 2;
boolean hasHubEsUsername()
optional string hub_es_username = 3;
String getHubEsUsername()
optional string hub_es_username = 3;
com.google.protobuf.ByteString getHubEsUsernameBytes()
optional string hub_es_username = 3;
boolean hasHubEsPassword()
optional string hub_es_password = 4;
String getHubEsPassword()
optional string hub_es_password = 4;
com.google.protobuf.ByteString getHubEsPasswordBytes()
optional string hub_es_password = 4;
boolean hasHubClusterId()
optional string hub_cluster_id = 5;
String getHubClusterId()
optional string hub_cluster_id = 5;
com.google.protobuf.ByteString getHubClusterIdBytes()
optional string hub_cluster_id = 5;
Copyright © 2023. All Rights Reserved.