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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DeploymentOccurrence.BuilderImplements
DeploymentOccurrenceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllResourceUri(Iterable<String> values)
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;
Name | Description |
values | Iterable<String> The resourceUri to add. |
Type | Description |
DeploymentOccurrence.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DeploymentOccurrence.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DeploymentOccurrence.Builder |
addResourceUri(String value)
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;
Name | Description |
value | String The resourceUri to add. |
Type | Description |
DeploymentOccurrence.Builder | This builder for chaining. |
addResourceUriBytes(ByteString value)
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;
Name | Description |
value | ByteString The bytes of the resourceUri to add. |
Type | Description |
DeploymentOccurrence.Builder | This builder for chaining. |
build()
public DeploymentOccurrence build()
Type | Description |
DeploymentOccurrence |
buildPartial()
public DeploymentOccurrence buildPartial()
Type | Description |
DeploymentOccurrence |
clear()
public DeploymentOccurrence.Builder clear()
Type | Description |
DeploymentOccurrence.Builder |
clearAddress()
public DeploymentOccurrence.Builder clearAddress()
Address of the runtime element hosting this deployment.
string address = 5;
Type | Description |
DeploymentOccurrence.Builder | This builder for chaining. |
clearConfig()
public DeploymentOccurrence.Builder clearConfig()
Configuration used to create this deployment.
string config = 4;
Type | Description |
DeploymentOccurrence.Builder | This builder for chaining. |
clearDeployTime()
public DeploymentOccurrence.Builder clearDeployTime()
Required. Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;
Type | Description |
DeploymentOccurrence.Builder |