public interface PackageOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLocation()
public abstract String getLocation()
The resource to read the package from. The supported resource type is: Google Cloud Storage: storage.googleapis.com/{bucket} bucket.storage.googleapis.com/
string location = 2;
Returns | |
---|---|
Type | Description |
String |
The location. |
getLocationBytes()
public abstract ByteString getLocationBytes()
The resource to read the package from. The supported resource type is: Google Cloud Storage: storage.googleapis.com/{bucket} bucket.storage.googleapis.com/
string location = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for location. |
getName()
public abstract String getName()
The name of the package.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
The name of the package.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |