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