Interface DeployableOrBuilder (2.42.0)

publicinterface DeployableOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getResourceUri(int index)

publicabstractStringgetResourceUri(intindex)

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)

publicabstractByteStringgetResourceUriBytes(intindex)

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()

publicabstractintgetResourceUriCount()

Required. Resource URI for the artifact being deployed.

repeated string resource_uri = 1;

Returns
Type Description
int

The count of resourceUri.

getResourceUriList()

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.