public
final
class
DeploymentNote
extends
GeneratedMessage
implements
DeploymentNoteOrBuilder
An artifact that can be deployed in some runtime.
Protobuf type grafeas.v1.DeploymentNote
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > DeploymentNoteImplements
DeploymentNoteOrBuilderStatic Fields
RESOURCE_URI_FIELD_NUMBER
public
static
final
int
RESOURCE_URI_FIELD_NUMBER
Static Methods
getDefaultInstance()
public
static
DeploymentNote
getDefaultInstance
()
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
newBuilder()
public
static
DeploymentNote
.
Builder
newBuilder
()
newBuilder(DeploymentNote prototype)
public
static
DeploymentNote
.
Builder
newBuilder
(
DeploymentNote
prototype
)
parseDelimitedFrom(InputStream input)
public
static
DeploymentNote
parseDelimitedFrom
(
InputStream
input
)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
DeploymentNote
parseDelimitedFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(byte[] data)
public
static
DeploymentNote
parseFrom
(
byte
[]
data
)
data
byte
[]
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public
static
DeploymentNote
parseFrom
(
byte
[]
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteString data)
public
static
DeploymentNote
parseFrom
(
ByteString
data
)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public
static
DeploymentNote
parseFrom
(
ByteString
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(CodedInputStream input)
public
static
DeploymentNote
parseFrom
(
CodedInputStream
input
)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
static
DeploymentNote
parseFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(InputStream input)
public
static
DeploymentNote
parseFrom
(
InputStream
input
)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
DeploymentNote
parseFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteBuffer data)
public
static
DeploymentNote
parseFrom
(
ByteBuffer
data
)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public
static
DeploymentNote
parseFrom
(
ByteBuffer
data
,
ExtensionRegistryLite
extensionRegistry
)
parser()
public
static
Parser<DeploymentNote>
parser
()
Methods
equals(Object obj)
public
boolean
equals
(
Object
obj
)
getDefaultInstanceForType()
public
DeploymentNote
getDefaultInstanceForType
()
getParserForType()
public
Parser<DeploymentNote>
getParserForType
()
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;
getSerializedSize()
public
int
getSerializedSize
()
hashCode()
public
int
hashCode
()
internalGetFieldAccessorTable()
protected
GeneratedMessage
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
newBuilderForType()
public
DeploymentNote
.
Builder
newBuilderForType
()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected
DeploymentNote
.
Builder
newBuilderForType
(
AbstractMessage
.
BuilderParent
parent
)
toBuilder()
public
DeploymentNote
.
Builder
toBuilder
()
writeTo(CodedOutputStream output)
public
void
writeTo
(
CodedOutputStream
output
)

