public
static
final
class
DeploymentNote
.
Builder
extends
GeneratedMessage
.
Builder<DeploymentNote
.
Builder
>
implements
DeploymentNoteOrBuilder
An artifact that can be deployed in some runtime.
Protobuf type grafeas.v1.DeploymentNote
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeploymentNote.BuilderImplements
DeploymentNoteOrBuilderStatic Methods
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
Methods
addAllResourceUri(Iterable<String> values)
public
DeploymentNote
.
Builder
addAllResourceUri
(
Iterable<String>
values
)
Required. Resource URI for the artifact being deployed.
repeated string resource_uri = 1;
addResourceUri(String value)
public
DeploymentNote
.
Builder
addResourceUri
(
String
value
)
Required. Resource URI for the artifact being deployed.
repeated string resource_uri = 1;
addResourceUriBytes(ByteString value)
public
DeploymentNote
.
Builder
addResourceUriBytes
(
ByteString
value
)
Required. Resource URI for the artifact being deployed.
repeated string resource_uri = 1;
build()
public
DeploymentNote
build
()
buildPartial()
public
DeploymentNote
buildPartial
()
clear()
public
DeploymentNote
.
Builder
clear
()
clearResourceUri()
public
DeploymentNote
.
Builder
clearResourceUri
()
Required. Resource URI for the artifact being deployed.
repeated string resource_uri = 1;
getDefaultInstanceForType()
public
DeploymentNote
getDefaultInstanceForType
()
getDescriptorForType()
public
Descriptors
.
Descriptor
getDescriptorForType
()
getResourceUri(int index)
public
String
getResourceUri
(
int
index
)
Required. Resource URI for the artifact being deployed.
repeated string resource_uri = 1;
getResourceUriBytes(int index)
public
ByteString
getResourceUriBytes
(
int
index
)
Required. Resource URI for the artifact being deployed.
repeated string resource_uri = 1;
getResourceUriCount()
public
int
getResourceUriCount
()
Required. Resource URI for the artifact being deployed.
repeated string resource_uri = 1;
getResourceUriList()
public
ProtocolStringList
getResourceUriList
()
Required. Resource URI for the artifact being deployed.
repeated string resource_uri = 1;
internalGetFieldAccessorTable()
protected
GeneratedMessage
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
DeploymentNote
.
Builder
mergeFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
mergeFrom(Message other)
public
DeploymentNote
.
Builder
mergeFrom
(
Message
other
)
mergeFrom(DeploymentNote other)
public
DeploymentNote
.
Builder
mergeFrom
(
DeploymentNote
other
)
setResourceUri(int index, String value)
public
DeploymentNote
.
Builder
setResourceUri
(
int
index
,
String
value
)
Required. Resource URI for the artifact being deployed.
repeated string resource_uri = 1;

