ApplyResults.Builder |
ApplyResults.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ApplyResults.Builder |
ApplyResults.Builder.clear() |
|
ApplyResults.Builder |
ApplyResults.Builder.clearArtifacts() |
Location of artifacts (e.g.
|
ApplyResults.Builder |
ApplyResults.Builder.clearContent() |
Location of a blueprint copy and other manifests in Google Cloud Storage.
|
ApplyResults.Builder |
ApplyResults.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ApplyResults.Builder |
ApplyResults.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ApplyResults.Builder |
ApplyResults.Builder.clearOutputs() |
|
ApplyResults.Builder |
ApplyResults.Builder.clone() |
|
ApplyResults.Builder |
DeploymentOperationMetadata.Builder.getApplyResultsBuilder() |
Outputs and artifacts from applying a deployment.
|
ApplyResults.Builder |
Revision.Builder.getApplyResultsBuilder() |
Output only.
|
ApplyResults.Builder |
Deployment.Builder.getDeleteResultsBuilder() |
Output only.
|
ApplyResults.Builder |
ApplyResults.Builder.mergeFrom(ApplyResults other) |
|
ApplyResults.Builder |
ApplyResults.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ApplyResults.Builder |
ApplyResults.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ApplyResults.Builder |
ApplyResults.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ApplyResults.Builder |
ApplyResults.newBuilder() |
|
static ApplyResults.Builder |
ApplyResults.newBuilder(ApplyResults prototype) |
|
ApplyResults.Builder |
ApplyResults.newBuilderForType() |
|
protected ApplyResults.Builder |
ApplyResults.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ApplyResults.Builder |
ApplyResults.Builder.putAllOutputs(Map<String,TerraformOutput> values) |
Map of output name to output info.
|
ApplyResults.Builder |
ApplyResults.Builder.putOutputs(String key,
TerraformOutput value) |
Map of output name to output info.
|
ApplyResults.Builder |
ApplyResults.Builder.removeOutputs(String key) |
Map of output name to output info.
|
ApplyResults.Builder |
ApplyResults.Builder.setArtifacts(String value) |
Location of artifacts (e.g.
|
ApplyResults.Builder |
ApplyResults.Builder.setArtifactsBytes(com.google.protobuf.ByteString value) |
Location of artifacts (e.g.
|
ApplyResults.Builder |
ApplyResults.Builder.setContent(String value) |
Location of a blueprint copy and other manifests in Google Cloud Storage.
|
ApplyResults.Builder |
ApplyResults.Builder.setContentBytes(com.google.protobuf.ByteString value) |
Location of a blueprint copy and other manifests in Google Cloud Storage.
|
ApplyResults.Builder |
ApplyResults.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ApplyResults.Builder |
ApplyResults.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ApplyResults.Builder |
ApplyResults.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ApplyResults.Builder |
ApplyResults.toBuilder() |
|