public interface ConfigVariableOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBoolValue()
public abstract boolean getBoolValue()
Optional. The config variable value in case of config variable of type boolean.
bool bool_value = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
The boolValue. |
getEnumValue()
public abstract ConfigValueOption getEnumValue()
Optional. The config variable value in case of config variable of type enum.
.google.cloud.apihub.v1.ConfigValueOption enum_value = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ConfigValueOption |
The enumValue. |
getEnumValueOrBuilder()
public abstract ConfigValueOptionOrBuilder getEnumValueOrBuilder()
Optional. The config variable value in case of config variable of type enum.
.google.cloud.apihub.v1.ConfigValueOption enum_value = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ConfigValueOptionOrBuilder |
getIntValue()
public abstract long getIntValue()
Optional. The config variable value in case of config variable of type integer.
int64 int_value = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
long |
The intValue. |
getKey()
public abstract String getKey()
Output only. Key will be the id to uniquely identify the config variable.
string key = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The key. |
getKeyBytes()
public abstract ByteString getKeyBytes()
Output only. Key will be the id to uniquely identify the config variable.
string key = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for key. |
getMultiIntValues()
public abstract ConfigVariable.MultiIntValues getMultiIntValues()
Optional. The config variable value in case of config variable of type multi integer.
.google.cloud.apihub.v1.ConfigVariable.MultiIntValues multi_int_values = 9 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ConfigVariable.MultiIntValues |
The multiIntValues. |
getMultiIntValuesOrBuilder()
public abstract ConfigVariable.MultiIntValuesOrBuilder getMultiIntValuesOrBuilder()
Optional. The config variable value in case of config variable of type multi integer.
.google.cloud.apihub.v1.ConfigVariable.MultiIntValues multi_int_values = 9 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ConfigVariable.MultiIntValuesOrBuilder |
getMultiSelectValues()
public abstract ConfigVariable.MultiSelectValues getMultiSelectValues()
Optional. The config variable value in case of config variable of type multi select.
.google.cloud.apihub.v1.ConfigVariable.MultiSelectValues multi_select_values = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ConfigVariable.MultiSelectValues |
The multiSelectValues. |
getMultiSelectValuesOrBuilder()
public abstract ConfigVariable.MultiSelectValuesOrBuilder getMultiSelectValuesOrBuilder()
Optional. The config variable value in case of config variable of type multi select.
.google.cloud.apihub.v1.ConfigVariable.MultiSelectValues multi_select_values = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ConfigVariable.MultiSelectValuesOrBuilder |
getMultiStringValues()
public abstract ConfigVariable.MultiStringValues getMultiStringValues()
Optional. The config variable value in case of config variable of type multi string.
.google.cloud.apihub.v1.ConfigVariable.MultiStringValues multi_string_values = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ConfigVariable.MultiStringValues |
The multiStringValues. |
getMultiStringValuesOrBuilder()
public abstract ConfigVariable.MultiStringValuesOrBuilder getMultiStringValuesOrBuilder()
Optional. The config variable value in case of config variable of type multi string.
.google.cloud.apihub.v1.ConfigVariable.MultiStringValues multi_string_values = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ConfigVariable.MultiStringValuesOrBuilder |
getSecretValue()
public abstract Secret getSecretValue()
Optional. The config variable value in case of config variable of type secret.
.google.cloud.apihub.v1.Secret secret_value = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Secret |
The secretValue. |
getSecretValueOrBuilder()
public abstract SecretOrBuilder getSecretValueOrBuilder()
Optional. The config variable value in case of config variable of type secret.
.google.cloud.apihub.v1.Secret secret_value = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
SecretOrBuilder |
getStringValue()
public abstract String getStringValue()
Optional. The config variable value in case of config variable of type string.
string string_value = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The stringValue. |
getStringValueBytes()
public abstract ByteString getStringValueBytes()
Optional. The config variable value in case of config variable of type string.
string string_value = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for stringValue. |
getValueCase()
public abstract ConfigVariable.ValueCase getValueCase()
Returns | |
---|---|
Type | Description |
ConfigVariable.ValueCase |
hasBoolValue()
public abstract boolean hasBoolValue()
Optional. The config variable value in case of config variable of type boolean.
bool bool_value = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the boolValue field is set. |
hasEnumValue()
public abstract boolean hasEnumValue()
Optional. The config variable value in case of config variable of type enum.
.google.cloud.apihub.v1.ConfigValueOption enum_value = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the enumValue field is set. |
hasIntValue()
public abstract boolean hasIntValue()
Optional. The config variable value in case of config variable of type integer.
int64 int_value = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the intValue field is set. |
hasMultiIntValues()
public abstract boolean hasMultiIntValues()
Optional. The config variable value in case of config variable of type multi integer.
.google.cloud.apihub.v1.ConfigVariable.MultiIntValues multi_int_values = 9 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the multiIntValues field is set. |
hasMultiSelectValues()
public abstract boolean hasMultiSelectValues()
Optional. The config variable value in case of config variable of type multi select.
.google.cloud.apihub.v1.ConfigVariable.MultiSelectValues multi_select_values = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the multiSelectValues field is set. |
hasMultiStringValues()
public abstract boolean hasMultiStringValues()
Optional. The config variable value in case of config variable of type multi string.
.google.cloud.apihub.v1.ConfigVariable.MultiStringValues multi_string_values = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the multiStringValues field is set. |
hasSecretValue()
public abstract boolean hasSecretValue()
Optional. The config variable value in case of config variable of type secret.
.google.cloud.apihub.v1.Secret secret_value = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the secretValue field is set. |
hasStringValue()
public abstract boolean hasStringValue()
Optional. The config variable value in case of config variable of type string.
string string_value = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the stringValue field is set. |