public interface UnitDependencyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |