Interface UnitDependencyOrBuilder (0.2.0)

public interface UnitDependencyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAlias()

public abstract String getAlias()

Output only. Alias for the name of the dependency.

string alias = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The alias.

getAliasBytes()

public abstract ByteString getAliasBytes()

Output only. Alias for the name of the dependency.

string alias = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for alias.

getUnit()

public abstract String getUnit()

Output only. A reference to the Unit object.

string unit = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The unit.

getUnitBytes()

public abstract ByteString getUnitBytes()

Output only. A reference to the Unit object.

string unit = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for unit.