- 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 TerraformVersion.Builder extends GeneratedMessageV3.Builder<TerraformVersion.Builder> implements TerraformVersionOrBuilderA TerraformVersion represents the support state the corresponding Terraform version.
Protobuf type google.cloud.config.v1.TerraformVersion
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TerraformVersion.BuilderImplements
TerraformVersionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TerraformVersion.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
|
build()
public TerraformVersion build()| Returns | |
|---|---|
| Type | Description |
TerraformVersion |
|
buildPartial()
public TerraformVersion buildPartial()| Returns | |
|---|---|
| Type | Description |
TerraformVersion |
|
clear()
public TerraformVersion.Builder clear()| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
|
clearDeprecateTime()
public TerraformVersion.Builder clearDeprecateTime()Output only. When the version is deprecated.
optional .google.protobuf.Timestamp deprecate_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public TerraformVersion.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
|
clearName()
public TerraformVersion.Builder clearName()Identifier. The version name is in the format: 'projects/{project_id}/locations/{location}/terraformVersions/{terraform_version}'.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
This builder for chaining. |
clearObsoleteTime()
public TerraformVersion.Builder clearObsoleteTime()Output only. When the version is obsolete.
optional .google.protobuf.Timestamp obsolete_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public TerraformVersion.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
|
clearState()
public TerraformVersion.Builder clearState()Output only. The state of the version, ACTIVE, DEPRECATED or OBSOLETE.
.google.cloud.config.v1.TerraformVersion.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
This builder for chaining. |
clearSupportTime()
public TerraformVersion.Builder clearSupportTime()Output only. When the version is supported.
.google.protobuf.Timestamp support_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
|
clone()
public TerraformVersion.Builder clone()| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
|
getDefaultInstanceForType()
public TerraformVersion getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TerraformVersion |
|
getDeprecateTime()
public Timestamp getDeprecateTime()Output only. When the version is deprecated.
optional .google.protobuf.Timestamp deprecate_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The deprecateTime. |
getDeprecateTimeBuilder()
public Timestamp.Builder getDeprecateTimeBuilder()Output only. When the version is deprecated.
optional .google.protobuf.Timestamp deprecate_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getDeprecateTimeOrBuilder()
public TimestampOrBuilder getDeprecateTimeOrBuilder()Output only. When the version is deprecated.
optional .google.protobuf.Timestamp deprecate_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()Identifier. The version name is in the format: 'projects/{project_id}/locations/{location}/terraformVersions/{terraform_version}'.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Identifier. The version name is in the format: 'projects/{project_id}/locations/{location}/terraformVersions/{terraform_version}'.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getObsoleteTime()
public Timestamp getObsoleteTime()Output only. When the version is obsolete.
optional .google.protobuf.Timestamp obsolete_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The obsoleteTime. |
getObsoleteTimeBuilder()
public Timestamp.Builder getObsoleteTimeBuilder()Output only. When the version is obsolete.
optional .google.protobuf.Timestamp obsolete_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getObsoleteTimeOrBuilder()
public TimestampOrBuilder getObsoleteTimeOrBuilder()Output only. When the version is obsolete.
optional .google.protobuf.Timestamp obsolete_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getState()
public TerraformVersion.State getState()Output only. The state of the version, ACTIVE, DEPRECATED or OBSOLETE.
.google.cloud.config.v1.TerraformVersion.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.State |
The state. |
getStateValue()
public int getStateValue()Output only. The state of the version, ACTIVE, DEPRECATED or OBSOLETE.
.google.cloud.config.v1.TerraformVersion.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |
getSupportTime()
public Timestamp getSupportTime()Output only. When the version is supported.
.google.protobuf.Timestamp support_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The supportTime. |
getSupportTimeBuilder()
public Timestamp.Builder getSupportTimeBuilder()Output only. When the version is supported.
.google.protobuf.Timestamp support_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getSupportTimeOrBuilder()
public TimestampOrBuilder getSupportTimeOrBuilder()Output only. When the version is supported.
.google.protobuf.Timestamp support_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasDeprecateTime()
public boolean hasDeprecateTime()Output only. When the version is deprecated.
optional .google.protobuf.Timestamp deprecate_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the deprecateTime field is set. |
hasObsoleteTime()
public boolean hasObsoleteTime()Output only. When the version is obsolete.
optional .google.protobuf.Timestamp obsolete_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the obsoleteTime field is set. |
hasSupportTime()
public boolean hasSupportTime()Output only. When the version is supported.
.google.protobuf.Timestamp support_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the supportTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeDeprecateTime(Timestamp value)
public TerraformVersion.Builder mergeDeprecateTime(Timestamp value)Output only. When the version is deprecated.
optional .google.protobuf.Timestamp deprecate_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
|
mergeFrom(TerraformVersion other)
public TerraformVersion.Builder mergeFrom(TerraformVersion other)| Parameter | |
|---|---|
| Name | Description |
other |
TerraformVersion |
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TerraformVersion.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public TerraformVersion.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
|
mergeObsoleteTime(Timestamp value)
public TerraformVersion.Builder mergeObsoleteTime(Timestamp value)Output only. When the version is obsolete.
optional .google.protobuf.Timestamp obsolete_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
|
mergeSupportTime(Timestamp value)
public TerraformVersion.Builder mergeSupportTime(Timestamp value)Output only. When the version is supported.
.google.protobuf.Timestamp support_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TerraformVersion.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
|
setDeprecateTime(Timestamp value)
public TerraformVersion.Builder setDeprecateTime(Timestamp value)Output only. When the version is deprecated.
optional .google.protobuf.Timestamp deprecate_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
|
setDeprecateTime(Timestamp.Builder builderForValue)
public TerraformVersion.Builder setDeprecateTime(Timestamp.Builder builderForValue)Output only. When the version is deprecated.
optional .google.protobuf.Timestamp deprecate_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public TerraformVersion.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
|
setName(String value)
public TerraformVersion.Builder setName(String value)Identifier. The version name is in the format: 'projects/{project_id}/locations/{location}/terraformVersions/{terraform_version}'.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public TerraformVersion.Builder setNameBytes(ByteString value)Identifier. The version name is in the format: 'projects/{project_id}/locations/{location}/terraformVersions/{terraform_version}'.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
This builder for chaining. |
setObsoleteTime(Timestamp value)
public TerraformVersion.Builder setObsoleteTime(Timestamp value)Output only. When the version is obsolete.
optional .google.protobuf.Timestamp obsolete_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
|
setObsoleteTime(Timestamp.Builder builderForValue)
public TerraformVersion.Builder setObsoleteTime(Timestamp.Builder builderForValue)Output only. When the version is obsolete.
optional .google.protobuf.Timestamp obsolete_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TerraformVersion.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
|
setState(TerraformVersion.State value)
public TerraformVersion.Builder setState(TerraformVersion.State value)Output only. The state of the version, ACTIVE, DEPRECATED or OBSOLETE.
.google.cloud.config.v1.TerraformVersion.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
TerraformVersion.StateThe state to set. |
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
This builder for chaining. |
setStateValue(int value)
public TerraformVersion.Builder setStateValue(int value)Output only. The state of the version, ACTIVE, DEPRECATED or OBSOLETE.
.google.cloud.config.v1.TerraformVersion.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for state to set. |
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
This builder for chaining. |
setSupportTime(Timestamp value)
public TerraformVersion.Builder setSupportTime(Timestamp value)Output only. When the version is supported.
.google.protobuf.Timestamp support_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
|
setSupportTime(Timestamp.Builder builderForValue)
public TerraformVersion.Builder setSupportTime(Timestamp.Builder builderForValue)Output only. When the version is supported.
.google.protobuf.Timestamp support_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final TerraformVersion.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
TerraformVersion.Builder |
|