public interface DeployableOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getResourceUri(int index)
Resource URI for the artifact being deployed.
|
com.google.protobuf.ByteString |
getResourceUriBytes(int index)
Resource URI for the artifact being deployed.
|
int |
getResourceUriCount()
Resource URI for the artifact being deployed.
|
List<String> |
getResourceUriList()
Resource URI for the artifact being deployed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getResourceUriList()
Resource URI for the artifact being deployed.
repeated string resource_uri = 1;int getResourceUriCount()
Resource URI for the artifact being deployed.
repeated string resource_uri = 1;String getResourceUri(int index)
Resource URI for the artifact being deployed.
repeated string resource_uri = 1;com.google.protobuf.ByteString getResourceUriBytes(int index)
Resource URI for the artifact being deployed.
repeated string resource_uri = 1;Copyright © 2019 Google LLC. All rights reserved.