public static final class DeploymentOccurrence.Builder extends GeneratedMessageV3.Builder<DeploymentOccurrence.Builder> implements DeploymentOccurrenceOrBuilder
The period during which some deployable was active in a runtime.Protobuf type
grafeas.v1.DeploymentOccurrence
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<DeploymentOccurrence.Builder>
public DeploymentOccurrence.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<DeploymentOccurrence.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<DeploymentOccurrence.Builder>
public DeploymentOccurrence getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public DeploymentOccurrence build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public DeploymentOccurrence buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public DeploymentOccurrence.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<DeploymentOccurrence.Builder>
public DeploymentOccurrence.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<DeploymentOccurrence.Builder>
public DeploymentOccurrence.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<DeploymentOccurrence.Builder>
public DeploymentOccurrence.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<DeploymentOccurrence.Builder>
public DeploymentOccurrence.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<DeploymentOccurrence.Builder>
public DeploymentOccurrence.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<DeploymentOccurrence.Builder>
public DeploymentOccurrence.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<DeploymentOccurrence.Builder>
public DeploymentOccurrence.Builder mergeFrom(DeploymentOccurrence other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<DeploymentOccurrence.Builder>
public DeploymentOccurrence.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<DeploymentOccurrence.Builder>
IOException
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 DeploymentOccurrence.Builder setUserEmail(String value)
Identity of the user that triggered this deployment.
string user_email = 1;
public DeploymentOccurrence.Builder clearUserEmail()
Identity of the user that triggered this deployment.
string user_email = 1;
public DeploymentOccurrence.Builder setUserEmailBytes(ByteString value)
Identity of the user that triggered this deployment.
string user_email = 1;
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 DeploymentOccurrence.Builder setDeployTime(Timestamp value)
Required. Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;
public DeploymentOccurrence.Builder setDeployTime(Timestamp.Builder builderForValue)
Required. Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;
public DeploymentOccurrence.Builder mergeDeployTime(Timestamp value)
Required. Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;
public DeploymentOccurrence.Builder clearDeployTime()
Required. Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;
public Timestamp.Builder getDeployTimeBuilder()
Required. Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;
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 DeploymentOccurrence.Builder setUndeployTime(Timestamp value)
End of the lifetime of this deployment.
.google.protobuf.Timestamp undeploy_time = 3;
public DeploymentOccurrence.Builder setUndeployTime(Timestamp.Builder builderForValue)
End of the lifetime of this deployment.
.google.protobuf.Timestamp undeploy_time = 3;
public DeploymentOccurrence.Builder mergeUndeployTime(Timestamp value)
End of the lifetime of this deployment.
.google.protobuf.Timestamp undeploy_time = 3;
public DeploymentOccurrence.Builder clearUndeployTime()
End of the lifetime of this deployment.
.google.protobuf.Timestamp undeploy_time = 3;
public Timestamp.Builder getUndeployTimeBuilder()
End of the lifetime of this deployment.
.google.protobuf.Timestamp undeploy_time = 3;
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 DeploymentOccurrence.Builder setConfig(String value)
Configuration used to create this deployment.
string config = 4;
public DeploymentOccurrence.Builder clearConfig()
Configuration used to create this deployment.
string config = 4;
public DeploymentOccurrence.Builder setConfigBytes(ByteString value)
Configuration used to create this deployment.
string config = 4;
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 DeploymentOccurrence.Builder setAddress(String value)
Address of the runtime element hosting this deployment.
string address = 5;
public DeploymentOccurrence.Builder clearAddress()
Address of the runtime element hosting this deployment.
string address = 5;
public DeploymentOccurrence.Builder setAddressBytes(ByteString value)
Address of the runtime element hosting this deployment.
string address = 5;
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 DeploymentOccurrence.Builder setResourceUri(int index, String value)
Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.
repeated string resource_uri = 6;
public DeploymentOccurrence.Builder addResourceUri(String value)
Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.
repeated string resource_uri = 6;
public DeploymentOccurrence.Builder addAllResourceUri(Iterable<String> values)
Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.
repeated string resource_uri = 6;
public DeploymentOccurrence.Builder clearResourceUri()
Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.
repeated string resource_uri = 6;
public DeploymentOccurrence.Builder addResourceUriBytes(ByteString value)
Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.
repeated string resource_uri = 6;
public int getPlatformValue()
Platform hosting this deployment.
.grafeas.v1.DeploymentOccurrence.Platform platform = 7;
getPlatformValue
in interface DeploymentOccurrenceOrBuilder
public DeploymentOccurrence.Builder setPlatformValue(int value)
Platform hosting this deployment.
.grafeas.v1.DeploymentOccurrence.Platform platform = 7;
public DeploymentOccurrence.Platform getPlatform()
Platform hosting this deployment.
.grafeas.v1.DeploymentOccurrence.Platform platform = 7;
getPlatform
in interface DeploymentOccurrenceOrBuilder
public DeploymentOccurrence.Builder setPlatform(DeploymentOccurrence.Platform value)
Platform hosting this deployment.
.grafeas.v1.DeploymentOccurrence.Platform platform = 7;
public DeploymentOccurrence.Builder clearPlatform()
Platform hosting this deployment.
.grafeas.v1.DeploymentOccurrence.Platform platform = 7;
public final DeploymentOccurrence.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<DeploymentOccurrence.Builder>
public final DeploymentOccurrence.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<DeploymentOccurrence.Builder>
Copyright © 2019 Google LLC. All rights reserved.