Interface UnitVariableOrBuilder (0.2.0)

public interface UnitVariableOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getType()

public abstract UnitVariable.Type getType()

Optional. Immutable. Name of a supported variable type. Supported types are string, int, bool.

.google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable.Type type = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
UnitVariable.Type

The type.

getTypeValue()

public abstract int getTypeValue()

Optional. Immutable. Name of a supported variable type. Supported types are string, int, bool.

.google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable.Type type = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
int

The enum numeric value on the wire for type.

getValue()

public abstract String getValue()

Optional. String encoded value for the variable.

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

Returns
Type Description
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

Optional. String encoded value for the variable.

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

Returns
Type Description
ByteString

The bytes for value.

getVariable()

public abstract String getVariable()

Required. Immutable. Name of the variable from actuation configs.

string variable = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
String

The variable.

getVariableBytes()

public abstract ByteString getVariableBytes()

Required. Immutable. Name of the variable from actuation configs.

string variable = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ByteString

The bytes for variable.