Class DeploymentOccurrence (2.14.0)

Stay organized with collections Save and categorize content based on your preferences.
public final class DeploymentOccurrence extends GeneratedMessageV3 implements DeploymentOccurrenceOrBuilder

The period during which some deployable was active in a runtime.

Protobuf type grafeas.v1.DeploymentOccurrence

Static Fields

ADDRESS_FIELD_NUMBER

public static final int ADDRESS_FIELD_NUMBER
Field Value
TypeDescription
int

CONFIG_FIELD_NUMBER

public static final int CONFIG_FIELD_NUMBER
Field Value
TypeDescription
int

DEPLOY_TIME_FIELD_NUMBER

public static final int DEPLOY_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

PLATFORM_FIELD_NUMBER

public static final int PLATFORM_FIELD_NUMBER
Field Value
TypeDescription
int

RESOURCE_URI_FIELD_NUMBER

public static final int RESOURCE_URI_FIELD_NUMBER
Field Value
TypeDescription
int

UNDEPLOY_TIME_FIELD_NUMBER

public static final int UNDEPLOY_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

USER_EMAIL_FIELD_NUMBER

public static final int USER_EMAIL_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static DeploymentOccurrence getDefaultInstance()
Returns
TypeDescription
DeploymentOccurrence

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static DeploymentOccurrence.Builder newBuilder()
Returns
TypeDescription
DeploymentOccurrence.Builder

newBuilder(DeploymentOccurrence prototype)

public static DeploymentOccurrence.Builder newBuilder(DeploymentOccurrence prototype)
Parameter
NameDescription
prototypeDeploymentOccurrence
Returns
TypeDescription
DeploymentOccurrence.Builder

parseDelimitedFrom(InputStream input)

public static DeploymentOccurrence parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
DeploymentOccurrence
Exceptions
TypeDescription
IOException