public interface DependencyOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAlias()
public abstract String getAlias()
Required. An alias for the dependency. Used for input variable mapping.
string alias = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The alias. |
getAliasBytes()
public abstract ByteString getAliasBytes()
Required. An alias for the dependency. Used for input variable mapping.
string alias = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for alias. |
getUnitKind()
public abstract String getUnitKind()
Required. Immutable. The unit kind of the dependency.
string unit_kind = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The unitKind. |
getUnitKindBytes()
public abstract ByteString getUnitKindBytes()
Required. Immutable. The unit kind of the dependency.
string unit_kind = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for unitKind. |