Interface ParamValueOrBuilder (0.20.0)

public interface ParamValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBoolValue()

public abstract boolean getBoolValue()

Optional. A boolean value.

bool bool_value = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The boolValue.

getKindCase()

public abstract ParamValue.KindCase getKindCase()
Returns
Type Description
ParamValue.KindCase

getNumberValue()

public abstract double getNumberValue()

Optional. A double value.

double number_value = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
double

The numberValue.

getOneofValue()

public abstract Parameter getOneofValue()

Optional. Sub-parameter values.

.google.cloud.cloudsecuritycompliance.v1.Parameter oneof_value = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Parameter

The oneofValue.

getOneofValueOrBuilder()

public abstract ParameterOrBuilder getOneofValueOrBuilder()

Optional. Sub-parameter values.

.google.cloud.cloudsecuritycompliance.v1.Parameter oneof_value = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ParameterOrBuilder

getStringListValue()

public abstract StringList getStringListValue()

Optional. A repeated string.

.google.cloud.cloudsecuritycompliance.v1.StringList string_list_value = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
StringList

The stringListValue.

getStringListValueOrBuilder()

public abstract StringListOrBuilder getStringListValueOrBuilder()

Optional. A repeated string.

.google.cloud.cloudsecuritycompliance.v1.StringList string_list_value = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
StringListOrBuilder

getStringValue()

public abstract String getStringValue()

Optional. A string value.

string string_value = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The stringValue.

getStringValueBytes()

public abstract ByteString getStringValueBytes()

Optional. A string value.

string string_value = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for stringValue.

hasBoolValue()

public abstract boolean hasBoolValue()

Optional. A boolean value.

bool bool_value = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the boolValue field is set.

hasNumberValue()

public abstract boolean hasNumberValue()

Optional. A double value.

double number_value = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the numberValue field is set.

hasOneofValue()

public abstract boolean hasOneofValue()

Optional. Sub-parameter values.

.google.cloud.cloudsecuritycompliance.v1.Parameter oneof_value = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the oneofValue field is set.

hasStringListValue()

public abstract boolean hasStringListValue()

Optional. A repeated string.

.google.cloud.cloudsecuritycompliance.v1.StringList string_list_value = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the stringListValue field is set.

hasStringValue()

public abstract boolean hasStringValue()

Optional. A string value.

string string_value = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the stringValue field is set.