public final class DeploymentNote extends GeneratedMessageV3 implements DeploymentNoteOrBuilder
An artifact that can be deployed in some runtime.
Protobuf type grafeas.v1.DeploymentNote
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DeploymentNoteImplements
DeploymentNoteOrBuilderStatic Fields
RESOURCE_URI_FIELD_NUMBER
public static final int RESOURCE_URI_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static DeploymentNote getDefaultInstance()
Returns | |
---|---|
Type | Description |
DeploymentNote |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static DeploymentNote.Builder newBuilder()
Returns | |
---|---|
Type | Description |
DeploymentNote.Builder |
newBuilder(DeploymentNote prototype)
public static DeploymentNote.Builder newBuilder(DeploymentNote prototype)
Parameter | |
---|---|
Name | Description |
prototype | DeploymentNote |
Returns | |
---|---|
Type | Description |
DeploymentNote.Builder |
parseDelimitedFrom(InputStream input)
public static DeploymentNote parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
DeploymentNote |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DeploymentNote parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DeploymentNote |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static DeploymentNote parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
DeploymentNote |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DeploymentNote parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DeploymentNote |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static DeploymentNote parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
DeploymentNote |