public final class DeploymentOccurrence extends GeneratedMessageV3 implements DeploymentOccurrenceOrBuilder
The period during which some deployable was active in a runtime.Protobuf type
grafeas.v1.DeploymentOccurrence
Modifier and Type | Class and Description |
---|---|
static class |
DeploymentOccurrence.Builder
The period during which some deployable was active in a runtime.
|
static class |
DeploymentOccurrence.Platform
Types of platforms.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameter
AbstractMessageLite.InternalOneOfEnum
Modifier and Type | Field and Description |
---|---|
static int |
ADDRESS_FIELD_NUMBER |
static int |
CONFIG_FIELD_NUMBER |
static int |
DEPLOY_TIME_FIELD_NUMBER |
static int |
PLATFORM_FIELD_NUMBER |
static int |
RESOURCE_URI_FIELD_NUMBER |
static int |
UNDEPLOY_TIME_FIELD_NUMBER |
static int |
USER_EMAIL_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int USER_EMAIL_FIELD_NUMBER
public static final int DEPLOY_TIME_FIELD_NUMBER
public static final int UNDEPLOY_TIME_FIELD_NUMBER
public static final int CONFIG_FIELD_NUMBER
public static final int ADDRESS_FIELD_NUMBER
public static final int RESOURCE_URI_FIELD_NUMBER
public static final int PLATFORM_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public String getUserEmail()
Identity of the user that triggered this deployment.
string user_email = 1;
getUserEmail
in interface DeploymentOccurrenceOrBuilder
public ByteString getUserEmailBytes()
Identity of the user that triggered this deployment.
string user_email = 1;
getUserEmailBytes
in interface DeploymentOccurrenceOrBuilder
public boolean hasDeployTime()
Required. Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;
hasDeployTime
in interface DeploymentOccurrenceOrBuilder
public Timestamp getDeployTime()
Required. Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;
getDeployTime
in interface DeploymentOccurrenceOrBuilder
public TimestampOrBuilder getDeployTimeOrBuilder()
Required. Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;
getDeployTimeOrBuilder
in interface DeploymentOccurrenceOrBuilder
public boolean hasUndeployTime()
End of the lifetime of this deployment.
.google.protobuf.Timestamp undeploy_time = 3;
hasUndeployTime
in interface DeploymentOccurrenceOrBuilder
public Timestamp getUndeployTime()
End of the lifetime of this deployment.
.google.protobuf.Timestamp undeploy_time = 3;
getUndeployTime
in interface DeploymentOccurrenceOrBuilder
public TimestampOrBuilder getUndeployTimeOrBuilder()
End of the lifetime of this deployment.
.google.protobuf.Timestamp undeploy_time = 3;
getUndeployTimeOrBuilder
in interface DeploymentOccurrenceOrBuilder
public String getConfig()
Configuration used to create this deployment.
string config = 4;
getConfig
in interface DeploymentOccurrenceOrBuilder
public ByteString getConfigBytes()
Configuration used to create this deployment.
string config = 4;
getConfigBytes
in interface DeploymentOccurrenceOrBuilder
public String getAddress()
Address of the runtime element hosting this deployment.
string address = 5;
getAddress
in interface DeploymentOccurrenceOrBuilder
public ByteString getAddressBytes()
Address of the runtime element hosting this deployment.
string address = 5;
getAddressBytes
in interface DeploymentOccurrenceOrBuilder
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;
getResourceUriList
in interface DeploymentOccurrenceOrBuilder
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;
getResourceUriCount
in interface DeploymentOccurrenceOrBuilder
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;
getResourceUri
in interface DeploymentOccurrenceOrBuilder
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;
getResourceUriBytes
in interface DeploymentOccurrenceOrBuilder
public int getPlatformValue()
Platform hosting this deployment.
.grafeas.v1.DeploymentOccurrence.Platform platform = 7;
getPlatformValue
in interface DeploymentOccurrenceOrBuilder
public DeploymentOccurrence.Platform getPlatform()
Platform hosting this deployment.
.grafeas.v1.DeploymentOccurrence.Platform platform = 7;
getPlatform
in interface DeploymentOccurrenceOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static DeploymentOccurrence parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static DeploymentOccurrence parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static DeploymentOccurrence parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static DeploymentOccurrence parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static DeploymentOccurrence parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static DeploymentOccurrence parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static DeploymentOccurrence parseFrom(InputStream input) throws IOException
IOException
public static DeploymentOccurrence parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static DeploymentOccurrence parseDelimitedFrom(InputStream input) throws IOException
IOException
public static DeploymentOccurrence parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static DeploymentOccurrence parseFrom(CodedInputStream input) throws IOException
IOException
public static DeploymentOccurrence parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public DeploymentOccurrence.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static DeploymentOccurrence.Builder newBuilder()
public static DeploymentOccurrence.Builder newBuilder(DeploymentOccurrence prototype)
public DeploymentOccurrence.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected DeploymentOccurrence.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static DeploymentOccurrence getDefaultInstance()
public static Parser<DeploymentOccurrence> parser()
public Parser<DeploymentOccurrence> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public DeploymentOccurrence getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
Copyright © 2019 Google LLC. All rights reserved.