public static final class TerraformOutput.Builder extends GeneratedMessage.Builder<TerraformOutput.Builder> implements TerraformOutputOrBuilderDescribes a Terraform output.
Protobuf type google.cloud.config.v1.TerraformOutput
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > TerraformOutput.BuilderImplements
TerraformOutputOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public TerraformOutput build()| Returns | |
|---|---|
| Type | Description |
TerraformOutput |
|
buildPartial()
public TerraformOutput buildPartial()| Returns | |
|---|---|
| Type | Description |
TerraformOutput |
|
clear()
public TerraformOutput.Builder clear()| Returns | |
|---|---|
| Type | Description |
TerraformOutput.Builder |
|
clearSensitive()
public TerraformOutput.Builder clearSensitive()Identifies whether Terraform has set this output as a potential sensitive value.
bool sensitive = 1;
| Returns | |
|---|---|
| Type | Description |
TerraformOutput.Builder |
This builder for chaining. |
clearValue()
public TerraformOutput.Builder clearValue()Value of output.
.google.protobuf.Value value = 2;
| Returns | |
|---|---|
| Type | Description |
TerraformOutput.Builder |
|
getDefaultInstanceForType()
public TerraformOutput getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TerraformOutput |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getSensitive()
public boolean getSensitive()Identifies whether Terraform has set this output as a potential sensitive value.
bool sensitive = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
The sensitive. |
getValue()
public Value getValue()Value of output.
.google.protobuf.Value value = 2;
| Returns | |
|---|---|
| Type | Description |
Value |
The value. |
getValueBuilder()
public Value.Builder getValueBuilder()Value of output.
.google.protobuf.Value value = 2;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getValueOrBuilder()
public ValueOrBuilder getValueOrBuilder()Value of output.
.google.protobuf.Value value = 2;
| Returns | |
|---|---|
| Type | Description |
ValueOrBuilder |
|
hasValue()
public boolean hasValue()Value of output.
.google.protobuf.Value value = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the value field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(TerraformOutput other)
public TerraformOutput.Builder mergeFrom(TerraformOutput other)| Parameter | |
|---|---|
| Name | Description |
other |
TerraformOutput |
| Returns | |
|---|---|
| Type | Description |
TerraformOutput.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TerraformOutput.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TerraformOutput.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public TerraformOutput.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
TerraformOutput.Builder |
|
mergeValue(Value value)
public TerraformOutput.Builder mergeValue(Value value)Value of output.
.google.protobuf.Value value = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Value |
| Returns | |
|---|---|
| Type | Description |
TerraformOutput.Builder |
|
setSensitive(boolean value)
public TerraformOutput.Builder setSensitive(boolean value)Identifies whether Terraform has set this output as a potential sensitive value.
bool sensitive = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe sensitive to set. |
| Returns | |
|---|---|
| Type | Description |
TerraformOutput.Builder |
This builder for chaining. |
setValue(Value value)
public TerraformOutput.Builder setValue(Value value)Value of output.
.google.protobuf.Value value = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Value |
| Returns | |
|---|---|
| Type | Description |
TerraformOutput.Builder |
|
setValue(Value.Builder builderForValue)
public TerraformOutput.Builder setValue(Value.Builder builderForValue)Value of output.
.google.protobuf.Value value = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
TerraformOutput.Builder |
|