public
final
class
DeploymentOccurrence
extends
GeneratedMessage
implements
DeploymentOccurrenceOrBuilder
The period during which some deployable was active in a runtime.
Protobuf type grafeas.v1.DeploymentOccurrence
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > DeploymentOccurrenceImplements
DeploymentOccurrenceOrBuilderStatic Fields
ADDRESS_FIELD_NUMBER
public
static
final
int
ADDRESS_FIELD_NUMBER
CONFIG_FIELD_NUMBER
public
static
final
int
CONFIG_FIELD_NUMBER
DEPLOY_TIME_FIELD_NUMBER
public
static
final
int
DEPLOY_TIME_FIELD_NUMBER
PLATFORM_FIELD_NUMBER
public
static
final
int
PLATFORM_FIELD_NUMBER
RESOURCE_URI_FIELD_NUMBER
public
static
final
int
RESOURCE_URI_FIELD_NUMBER
UNDEPLOY_TIME_FIELD_NUMBER
public
static
final
int
UNDEPLOY_TIME_FIELD_NUMBER
USER_EMAIL_FIELD_NUMBER
public
static
final
int
USER_EMAIL_FIELD_NUMBER
Static Methods
getDefaultInstance()
public
static
DeploymentOccurrence
getDefaultInstance
()
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
newBuilder()
public
static
DeploymentOccurrence
.
Builder
newBuilder
()
newBuilder(DeploymentOccurrence prototype)
public
static
DeploymentOccurrence
.
Builder
newBuilder
(
DeploymentOccurrence
prototype
)
parseDelimitedFrom(InputStream input)
public
static
DeploymentOccurrence
parseDelimitedFrom
(
InputStream
input
)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
DeploymentOccurrence
parseDelimitedFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(byte[] data)
public
static
DeploymentOccurrence
parseFrom
(
byte
[]
data
)
data
byte
[]
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public
static
DeploymentOccurrence
parseFrom
(
byte
[]
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteString data)
public
static
DeploymentOccurrence
parseFrom
(
ByteString
data
)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public
static
DeploymentOccurrence
parseFrom
(
ByteString
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(CodedInputStream input)
public
static
DeploymentOccurrence
parseFrom
(
CodedInputStream
input
)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
static
DeploymentOccurrence
parseFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(InputStream input)
public
static
DeploymentOccurrence
parseFrom
(
InputStream
input
)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
DeploymentOccurrence
parseFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteBuffer data)
public
static
DeploymentOccurrence
parseFrom
(
ByteBuffer
data
)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public
static
DeploymentOccurrence
parseFrom
(
ByteBuffer
data
,
ExtensionRegistryLite
extensionRegistry
)
parser()
public
static
Parser<DeploymentOccurrence>
parser
()
Methods
equals(Object obj)
public
boolean
equals
(
Object
obj
)
getAddress()
public
String
getAddress
()
Address of the runtime element hosting this deployment.
string address = 5;
getAddressBytes()
public
ByteString
getAddressBytes
()
Address of the runtime element hosting this deployment.
string address = 5;
getConfig()
public
String
getConfig
()
Configuration used to create this deployment.
string config = 4;
getConfigBytes()
public
ByteString
getConfigBytes
()
Configuration used to create this deployment.
string config = 4;
getDefaultInstanceForType()
public
DeploymentOccurrence
getDefaultInstanceForType
()
getDeployTime()
public
Timestamp
getDeployTime
()
Required. Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;
getDeployTimeOrBuilder()
public
TimestampOrBuilder
getDeployTimeOrBuilder
()
Required. Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;
getParserForType()
public
Parser<DeploymentOccurrence>
getParserForType
()
getPlatform()
public
DeploymentOccurrence
.
Platform
getPlatform
()
Platform hosting this deployment.
.grafeas.v1.DeploymentOccurrence.Platform platform = 7;
getPlatformValue()
public
int
getPlatformValue
()
Platform hosting this deployment.
.grafeas.v1.DeploymentOccurrence.Platform platform = 7;
getResourceUri(int index)
public
String
getResourceUri
(
int
index
)
Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.
repeated string resource_uri = 6;
getResourceUriBytes(int index)
public
ByteString
getResourceUriBytes
(
int
index
)
Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.
repeated string resource_uri = 6;
getResourceUriCount()
public
int
getResourceUriCount
()
Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.
repeated string resource_uri = 6;
getResourceUriList()
public
ProtocolStringList
getResourceUriList
()
Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.
repeated string resource_uri = 6;
getSerializedSize()
public
int
getSerializedSize
()
getUndeployTime()
public
Timestamp
getUndeployTime
()
End of the lifetime of this deployment.
.google.protobuf.Timestamp undeploy_time = 3;
getUndeployTimeOrBuilder()
public
TimestampOrBuilder
getUndeployTimeOrBuilder
()
End of the lifetime of this deployment.
.google.protobuf.Timestamp undeploy_time = 3;
getUserEmail()
public
String
getUserEmail
()
Identity of the user that triggered this deployment.
string user_email = 1;
getUserEmailBytes()
public
ByteString
getUserEmailBytes
()
Identity of the user that triggered this deployment.
string user_email = 1;
hasDeployTime()
public
boolean
hasDeployTime
()
Required. Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;
hasUndeployTime()
public
boolean
hasUndeployTime
()
End of the lifetime of this deployment.
.google.protobuf.Timestamp undeploy_time = 3;
hashCode()
public
int
hashCode
()
internalGetFieldAccessorTable()
protected
GeneratedMessage
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
newBuilderForType()
public
DeploymentOccurrence
.
Builder
newBuilderForType
()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected
DeploymentOccurrence
.
Builder
newBuilderForType
(
AbstractMessage
.
BuilderParent
parent
)
toBuilder()
public
DeploymentOccurrence
.
Builder
toBuilder
()
writeTo(CodedOutputStream output)
public
void
writeTo
(
CodedOutputStream
output
)

