public interface DeployableOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getResourceUri(int index)
public abstract String getResourceUri(int index)Required. Resource URI for the artifact being deployed.
repeated string resource_uri = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The resourceUri at the given index. |
getResourceUriBytes(int index)
public abstract ByteString getResourceUriBytes(int index)Required. Resource URI for the artifact being deployed.
repeated string resource_uri = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the resourceUri at the given index. |
getResourceUriCount()
public abstract int getResourceUriCount()Required. Resource URI for the artifact being deployed.
repeated string resource_uri = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of resourceUri. |
getResourceUriList()
public abstract List<String> getResourceUriList()Required. Resource URI for the artifact being deployed.
repeated string resource_uri = 1;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the resourceUri. |