Interface ParameterOrBuilder (3.45.0)

public interface ParameterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEditable()

public abstract boolean getEditable()

Output only. Specifies whether this parameter is allowed to be changed. For example, for a Google Workspace Business Starter entitlement in commitment plan, num_units is editable when entitlement is active.

bool editable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

The editable.

getName()

public abstract String getName()

Name of the parameter.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the parameter.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getValue()

public abstract Value getValue()

Value of the parameter.

.google.cloud.channel.v1.Value value = 2;

Returns
TypeDescription
Value

The value.

getValueOrBuilder()

public abstract ValueOrBuilder getValueOrBuilder()

Value of the parameter.

.google.cloud.channel.v1.Value value = 2;

Returns
TypeDescription
ValueOrBuilder

hasValue()

public abstract boolean hasValue()

Value of the parameter.

.google.cloud.channel.v1.Value value = 2;

Returns
TypeDescription
boolean

Whether the value field is set.