Interface ParamValueOrBuilder (0.1.0)

public interface ParamValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBoolValue()

public abstract boolean getBoolValue()

Represents a boolean value.

bool bool_value = 4;

Returns
Type Description
boolean

The boolValue.

getKindCase()

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

getNumberValue()

public abstract double getNumberValue()

Represents a double value.

double number_value = 6;

Returns
Type Description
double

The numberValue.

getOneofValue()

public abstract Parameter getOneofValue()

Represents sub-parameter values.

.google.cloud.cloudsecuritycompliance.v1.Parameter oneof_value = 7;

Returns
Type Description
Parameter

The oneofValue.

getOneofValueOrBuilder()

public abstract ParameterOrBuilder getOneofValueOrBuilder()

Represents sub-parameter values.

.google.cloud.cloudsecuritycompliance.v1.Parameter oneof_value = 7;

Returns
Type Description
ParameterOrBuilder

getStringListValue()

public abstract StringList getStringListValue()

Represents a repeated string.

.google.cloud.cloudsecuritycompliance.v1.StringList string_list_value = 5;

Returns
Type Description
StringList

The stringListValue.

getStringListValueOrBuilder()

public abstract StringListOrBuilder getStringListValueOrBuilder()

Represents a repeated string.

.google.cloud.cloudsecuritycompliance.v1.StringList string_list_value = 5;

Returns
Type Description
StringListOrBuilder

getStringValue()

public abstract String getStringValue()

Represents a string value.

string string_value = 3;

Returns
Type Description
String

The stringValue.

getStringValueBytes()

public abstract ByteString getStringValueBytes()

Represents a string value.

string string_value = 3;

Returns
Type Description
ByteString

The bytes for stringValue.

hasBoolValue()

public abstract boolean hasBoolValue()

Represents a boolean value.

bool bool_value = 4;

Returns
Type Description
boolean

Whether the boolValue field is set.

hasNumberValue()

public abstract boolean hasNumberValue()

Represents a double value.

double number_value = 6;

Returns
Type Description
boolean

Whether the numberValue field is set.

hasOneofValue()

public abstract boolean hasOneofValue()

Represents sub-parameter values.

.google.cloud.cloudsecuritycompliance.v1.Parameter oneof_value = 7;

Returns
Type Description
boolean

Whether the oneofValue field is set.

hasStringListValue()

public abstract boolean hasStringListValue()

Represents a repeated string.

.google.cloud.cloudsecuritycompliance.v1.StringList string_list_value = 5;

Returns
Type Description
boolean

Whether the stringListValue field is set.

hasStringValue()

public abstract boolean hasStringValue()

Represents a string value.

string string_value = 3;

Returns
Type Description
boolean

Whether the stringValue field is set.