Interface ResourceAttributeOrBuilder (0.1.0)

public interface ResourceAttributeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKey()

public abstract String getKey()

string key = 1;

Returns
Type Description
String

The key.

getKeyBytes()

public abstract ByteString getKeyBytes()

string key = 1;

Returns
Type Description
ByteString

The bytes for key.

getValue()

public abstract ResourceValue getValue()

.google.cloud.capacityplanner.v1beta.ResourceValue value = 2;

Returns
Type Description
ResourceValue

The value.

getValueOrBuilder()

public abstract ResourceValueOrBuilder getValueOrBuilder()

.google.cloud.capacityplanner.v1beta.ResourceValue value = 2;

Returns
Type Description
ResourceValueOrBuilder

hasValue()

public abstract boolean hasValue()

.google.cloud.capacityplanner.v1beta.ResourceValue value = 2;

Returns
Type Description
boolean

Whether the value field is set.