- 2.74.0 (latest)
- 2.73.0
- 2.71.0
- 2.69.0
- 2.68.0
- 2.65.0
- 2.64.0
- 2.63.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.5
- 2.3.1
- 2.2.3
- 2.1.3
public
final
class
DeploymentOccurrence
extends
GeneratedMessageV3
implements
DeploymentOccurrenceOrBuilder
The period during which some deployable was active in a runtime.
Protobuf type grafeas.v1.DeploymentOccurrence
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > 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
GeneratedMessageV3
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
newBuilderForType()
public
DeploymentOccurrence
.
Builder
newBuilderForType
()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected
DeploymentOccurrence
.
Builder
newBuilderForType
(
GeneratedMessageV3
.
BuilderParent
parent
)
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected
Object
newInstance
(
GeneratedMessageV3
.
UnusedPrivateParameter
unused
)
toBuilder()
public
DeploymentOccurrence
.
Builder
toBuilder
()
writeTo(CodedOutputStream output)
public
void
writeTo
(
CodedOutputStream
output
)