Interface DeploymentNoteOrBuilder (2.43.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
Name Description
index int

The 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 int

The 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.