public static interface FleetPackage.ResourceBundleTagOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getName()
public abstract String getName()
Required. Name of the ResourceBundle
.
Format is projects/{p}/locations/{l}/resourceBundles/{r}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Required. Name of the ResourceBundle
.
Format is projects/{p}/locations/{l}/resourceBundles/{r}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getTag()
public abstract String getTag()
Required. Tag refers to a version of the release in a ResourceBundle
.
This is a Git tag in the semantic version format vX.Y.Z
.
string tag = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The tag. |
getTagBytes()
public abstract ByteString getTagBytes()
Required. Tag refers to a version of the release in a ResourceBundle
.
This is a Git tag in the semantic version format vX.Y.Z
.
string tag = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for tag. |