Interface DeploymentNoteOrBuilder (2.18.0)

public interface DeploymentNoteOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResourceUri(int index)

public abstract String getResourceUri(int index)

Required. Resource URI for the artifact being deployed.

repeated string resource_uri = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
List<String>

A list containing the resourceUri.