- 0.55.0 (latest)
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.47.0
- 0.45.0
- 0.44.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.1.0
public static final class DeploymentOperationMetadata.Builder extends GeneratedMessageV3.Builder<DeploymentOperationMetadata.Builder> implements DeploymentOperationMetadataOrBuilderEphemeral metadata content describing the state of a deployment operation.
Protobuf type google.cloud.config.v1.DeploymentOperationMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DeploymentOperationMetadata.BuilderImplements
DeploymentOperationMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DeploymentOperationMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.Builder |
|
build()
public DeploymentOperationMetadata build()| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata |
|
buildPartial()
public DeploymentOperationMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata |
|
clear()
public DeploymentOperationMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.Builder |
|
clearApplyResults()
public DeploymentOperationMetadata.Builder clearApplyResults()Outputs and artifacts from applying a deployment.
.google.cloud.config.v1.ApplyResults apply_results = 2;
| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.Builder |
|
clearBuild()
public DeploymentOperationMetadata.Builder clearBuild()Output only. Cloud Build instance UUID associated with this operation.
string build = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public DeploymentOperationMetadata.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.Builder |
|
clearLogs()
public DeploymentOperationMetadata.Builder clearLogs() Output only. Location of Deployment operations logs in
gs://{bucket}/{object} format.
string logs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DeploymentOperationMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.Builder |
|
clearStep()
public DeploymentOperationMetadata.Builder clearStep()The current step the deployment operation is running.
.google.cloud.config.v1.DeploymentOperationMetadata.DeploymentStep step = 1;
| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.Builder |
This builder for chaining. |
clone()
public DeploymentOperationMetadata.Builder clone()| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.Builder |
|
getApplyResults()
public ApplyResults getApplyResults()Outputs and artifacts from applying a deployment.
.google.cloud.config.v1.ApplyResults apply_results = 2;
| Returns | |
|---|---|
| Type | Description |
ApplyResults |
The applyResults. |
getApplyResultsBuilder()
public ApplyResults.Builder getApplyResultsBuilder()Outputs and artifacts from applying a deployment.
.google.cloud.config.v1.ApplyResults apply_results = 2;
| Returns | |
|---|---|
| Type | Description |
ApplyResults.Builder |
|
getApplyResultsOrBuilder()
public ApplyResultsOrBuilder getApplyResultsOrBuilder()Outputs and artifacts from applying a deployment.
.google.cloud.config.v1.ApplyResults apply_results = 2;
| Returns | |
|---|---|
| Type | Description |
ApplyResultsOrBuilder |
|
getBuild()
public String getBuild()Output only. Cloud Build instance UUID associated with this operation.
string build = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The build. |
getBuildBytes()
public ByteString getBuildBytes()Output only. Cloud Build instance UUID associated with this operation.
string build = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for build. |
getDefaultInstanceForType()
public DeploymentOperationMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getLogs()
public String getLogs() Output only. Location of Deployment operations logs in
gs://{bucket}/{object} format.
string logs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The logs. |
getLogsBytes()
public ByteString getLogsBytes() Output only. Location of Deployment operations logs in
gs://{bucket}/{object} format.
string logs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for logs. |
getStep()
public DeploymentOperationMetadata.DeploymentStep getStep()The current step the deployment operation is running.
.google.cloud.config.v1.DeploymentOperationMetadata.DeploymentStep step = 1;
| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.DeploymentStep |
The step. |
getStepValue()
public int getStepValue()The current step the deployment operation is running.
.google.cloud.config.v1.DeploymentOperationMetadata.DeploymentStep step = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for step. |
hasApplyResults()
public boolean hasApplyResults()Outputs and artifacts from applying a deployment.
.google.cloud.config.v1.ApplyResults apply_results = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the applyResults field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeApplyResults(ApplyResults value)
public DeploymentOperationMetadata.Builder mergeApplyResults(ApplyResults value)Outputs and artifacts from applying a deployment.
.google.cloud.config.v1.ApplyResults apply_results = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ApplyResults |
| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.Builder |
|
mergeFrom(DeploymentOperationMetadata other)
public DeploymentOperationMetadata.Builder mergeFrom(DeploymentOperationMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
DeploymentOperationMetadata |
| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeploymentOperationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DeploymentOperationMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DeploymentOperationMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.Builder |
|
setApplyResults(ApplyResults value)
public DeploymentOperationMetadata.Builder setApplyResults(ApplyResults value)Outputs and artifacts from applying a deployment.
.google.cloud.config.v1.ApplyResults apply_results = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ApplyResults |
| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.Builder |
|
setApplyResults(ApplyResults.Builder builderForValue)
public DeploymentOperationMetadata.Builder setApplyResults(ApplyResults.Builder builderForValue)Outputs and artifacts from applying a deployment.
.google.cloud.config.v1.ApplyResults apply_results = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ApplyResults.Builder |
| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.Builder |
|
setBuild(String value)
public DeploymentOperationMetadata.Builder setBuild(String value)Output only. Cloud Build instance UUID associated with this operation.
string build = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe build to set. |
| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.Builder |
This builder for chaining. |
setBuildBytes(ByteString value)
public DeploymentOperationMetadata.Builder setBuildBytes(ByteString value)Output only. Cloud Build instance UUID associated with this operation.
string build = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for build to set. |
| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public DeploymentOperationMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.Builder |
|
setLogs(String value)
public DeploymentOperationMetadata.Builder setLogs(String value) Output only. Location of Deployment operations logs in
gs://{bucket}/{object} format.
string logs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe logs to set. |
| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.Builder |
This builder for chaining. |
setLogsBytes(ByteString value)
public DeploymentOperationMetadata.Builder setLogsBytes(ByteString value) Output only. Location of Deployment operations logs in
gs://{bucket}/{object} format.
string logs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for logs to set. |
| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DeploymentOperationMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.Builder |
|
setStep(DeploymentOperationMetadata.DeploymentStep value)
public DeploymentOperationMetadata.Builder setStep(DeploymentOperationMetadata.DeploymentStep value)The current step the deployment operation is running.
.google.cloud.config.v1.DeploymentOperationMetadata.DeploymentStep step = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
DeploymentOperationMetadata.DeploymentStepThe step to set. |
| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.Builder |
This builder for chaining. |
setStepValue(int value)
public DeploymentOperationMetadata.Builder setStepValue(int value)The current step the deployment operation is running.
.google.cloud.config.v1.DeploymentOperationMetadata.DeploymentStep step = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for step to set. |
| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final DeploymentOperationMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
DeploymentOperationMetadata.Builder |
|