- 0.72.0 (latest)
- 0.70.0
- 0.69.0
- 0.68.0
- 0.67.0
- 0.66.0
- 0.64.0
- 0.62.0
- 0.61.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.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.3.0
- 0.2.0
- 0.1.0
public static final class DnsForwarding.Builder extends GeneratedMessageV3.Builder<DnsForwarding.Builder> implements DnsForwardingOrBuilderDNS forwarding config. This config defines a list of domain to name server mappings, and is attached to the private cloud for custom domain resolution.
 Protobuf type google.cloud.vmwareengine.v1.DnsForwarding
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DnsForwarding.BuilderImplements
DnsForwardingOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addAllForwardingRules(Iterable<? extends DnsForwarding.ForwardingRule> values)
public DnsForwarding.Builder addAllForwardingRules(Iterable<? extends DnsForwarding.ForwardingRule> values)Required. List of domain mappings to configure
 
 repeated .google.cloud.vmwareengine.v1.DnsForwarding.ForwardingRule forwarding_rules = 4 [(.google.api.field_behavior) = REQUIRED];
 
| Parameter | |
|---|---|
| Name | Description | 
| values | Iterable<? extends com.google.cloud.vmwareengine.v1.DnsForwarding.ForwardingRule> | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
addForwardingRules(DnsForwarding.ForwardingRule value)
public DnsForwarding.Builder addForwardingRules(DnsForwarding.ForwardingRule value)Required. List of domain mappings to configure
 
 repeated .google.cloud.vmwareengine.v1.DnsForwarding.ForwardingRule forwarding_rules = 4 [(.google.api.field_behavior) = REQUIRED];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | DnsForwarding.ForwardingRule | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
addForwardingRules(DnsForwarding.ForwardingRule.Builder builderForValue)
public DnsForwarding.Builder addForwardingRules(DnsForwarding.ForwardingRule.Builder builderForValue)Required. List of domain mappings to configure
 
 repeated .google.cloud.vmwareengine.v1.DnsForwarding.ForwardingRule forwarding_rules = 4 [(.google.api.field_behavior) = REQUIRED];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | DnsForwarding.ForwardingRule.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
addForwardingRules(int index, DnsForwarding.ForwardingRule value)
public DnsForwarding.Builder addForwardingRules(int index, DnsForwarding.ForwardingRule value)Required. List of domain mappings to configure
 
 repeated .google.cloud.vmwareengine.v1.DnsForwarding.ForwardingRule forwarding_rules = 4 [(.google.api.field_behavior) = REQUIRED];
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| value | DnsForwarding.ForwardingRule | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
addForwardingRules(int index, DnsForwarding.ForwardingRule.Builder builderForValue)
public DnsForwarding.Builder addForwardingRules(int index, DnsForwarding.ForwardingRule.Builder builderForValue)Required. List of domain mappings to configure
 
 repeated .google.cloud.vmwareengine.v1.DnsForwarding.ForwardingRule forwarding_rules = 4 [(.google.api.field_behavior) = REQUIRED];
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| builderForValue | DnsForwarding.ForwardingRule.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
addForwardingRulesBuilder()
public DnsForwarding.ForwardingRule.Builder addForwardingRulesBuilder()Required. List of domain mappings to configure
 
 repeated .google.cloud.vmwareengine.v1.DnsForwarding.ForwardingRule forwarding_rules = 4 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.ForwardingRule.Builder | |
addForwardingRulesBuilder(int index)
public DnsForwarding.ForwardingRule.Builder addForwardingRulesBuilder(int index)Required. List of domain mappings to configure
 
 repeated .google.cloud.vmwareengine.v1.DnsForwarding.ForwardingRule forwarding_rules = 4 [(.google.api.field_behavior) = REQUIRED];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.ForwardingRule.Builder | |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DnsForwarding.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
build()
public DnsForwarding build()| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding | |
buildPartial()
public DnsForwarding buildPartial()| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding | |
clear()
public DnsForwarding.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
clearCreateTime()
public DnsForwarding.Builder clearCreateTime()Output only. Creation time of this resource.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
clearField(Descriptors.FieldDescriptor field)
public DnsForwarding.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
clearForwardingRules()
public DnsForwarding.Builder clearForwardingRules()Required. List of domain mappings to configure
 
 repeated .google.cloud.vmwareengine.v1.DnsForwarding.ForwardingRule forwarding_rules = 4 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
clearName()
public DnsForwarding.Builder clearName() Output only. The resource name of this DNS profile.
 Resource names are schemeless URIs that follow the conventions in
 https://cloud.google.com/apis/design/resource_names.
 For example:
 projects/my-project/locations/us-central1-a/privateClouds/my-cloud/dnsForwarding
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public DnsForwarding.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
clearUpdateTime()
public DnsForwarding.Builder clearUpdateTime()Output only. Last update time of this resource.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
clone()
public DnsForwarding.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
getCreateTime()
public Timestamp getCreateTime()Output only. Creation time of this resource.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The createTime. | 
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. Creation time of this resource.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Builder | |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. Creation time of this resource.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getDefaultInstanceForType()
public DnsForwarding getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getForwardingRules(int index)
public DnsForwarding.ForwardingRule getForwardingRules(int index)Required. List of domain mappings to configure
 
 repeated .google.cloud.vmwareengine.v1.DnsForwarding.ForwardingRule forwarding_rules = 4 [(.google.api.field_behavior) = REQUIRED];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.ForwardingRule | |
getForwardingRulesBuilder(int index)
public DnsForwarding.ForwardingRule.Builder getForwardingRulesBuilder(int index)Required. List of domain mappings to configure
 
 repeated .google.cloud.vmwareengine.v1.DnsForwarding.ForwardingRule forwarding_rules = 4 [(.google.api.field_behavior) = REQUIRED];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.ForwardingRule.Builder | |
getForwardingRulesBuilderList()
public List<DnsForwarding.ForwardingRule.Builder> getForwardingRulesBuilderList()Required. List of domain mappings to configure
 
 repeated .google.cloud.vmwareengine.v1.DnsForwarding.ForwardingRule forwarding_rules = 4 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| List<Builder> | |
getForwardingRulesCount()
public int getForwardingRulesCount()Required. List of domain mappings to configure
 
 repeated .google.cloud.vmwareengine.v1.DnsForwarding.ForwardingRule forwarding_rules = 4 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getForwardingRulesList()
public List<DnsForwarding.ForwardingRule> getForwardingRulesList()Required. List of domain mappings to configure
 
 repeated .google.cloud.vmwareengine.v1.DnsForwarding.ForwardingRule forwarding_rules = 4 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| List<ForwardingRule> | |
getForwardingRulesOrBuilder(int index)
public DnsForwarding.ForwardingRuleOrBuilder getForwardingRulesOrBuilder(int index)Required. List of domain mappings to configure
 
 repeated .google.cloud.vmwareengine.v1.DnsForwarding.ForwardingRule forwarding_rules = 4 [(.google.api.field_behavior) = REQUIRED];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.ForwardingRuleOrBuilder | |
getForwardingRulesOrBuilderList()
public List<? extends DnsForwarding.ForwardingRuleOrBuilder> getForwardingRulesOrBuilderList()Required. List of domain mappings to configure
 
 repeated .google.cloud.vmwareengine.v1.DnsForwarding.ForwardingRule forwarding_rules = 4 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.vmwareengine.v1.DnsForwarding.ForwardingRuleOrBuilder> | |
getName()
public String getName() Output only. The resource name of this DNS profile.
 Resource names are schemeless URIs that follow the conventions in
 https://cloud.google.com/apis/design/resource_names.
 For example:
 projects/my-project/locations/us-central1-a/privateClouds/my-cloud/dnsForwarding
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| String | The name. | 
getNameBytes()
public ByteString getNameBytes() Output only. The resource name of this DNS profile.
 Resource names are schemeless URIs that follow the conventions in
 https://cloud.google.com/apis/design/resource_names.
 For example:
 projects/my-project/locations/us-central1-a/privateClouds/my-cloud/dnsForwarding
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for name. | 
getUpdateTime()
public Timestamp getUpdateTime()Output only. Last update time of this resource.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The updateTime. | 
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Output only. Last update time of this resource.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Builder | |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Output only. Last update time of this resource.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
hasCreateTime()
public boolean hasCreateTime()Output only. Creation time of this resource.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the createTime field is set. | 
hasUpdateTime()
public boolean hasUpdateTime()Output only. Last update time of this resource.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the updateTime field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeCreateTime(Timestamp value)
public DnsForwarding.Builder mergeCreateTime(Timestamp value)Output only. Creation time of this resource.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
mergeFrom(DnsForwarding other)
public DnsForwarding.Builder mergeFrom(DnsForwarding other)| Parameter | |
|---|---|
| Name | Description | 
| other | DnsForwarding | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DnsForwarding.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public DnsForwarding.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DnsForwarding.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
mergeUpdateTime(Timestamp value)
public DnsForwarding.Builder mergeUpdateTime(Timestamp value)Output only. Last update time of this resource.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
removeForwardingRules(int index)
public DnsForwarding.Builder removeForwardingRules(int index)Required. List of domain mappings to configure
 
 repeated .google.cloud.vmwareengine.v1.DnsForwarding.ForwardingRule forwarding_rules = 4 [(.google.api.field_behavior) = REQUIRED];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
setCreateTime(Timestamp value)
public DnsForwarding.Builder setCreateTime(Timestamp value)Output only. Creation time of this resource.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
setCreateTime(Timestamp.Builder builderForValue)
public DnsForwarding.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. Creation time of this resource.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Builder | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public DnsForwarding.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
setForwardingRules(int index, DnsForwarding.ForwardingRule value)
public DnsForwarding.Builder setForwardingRules(int index, DnsForwarding.ForwardingRule value)Required. List of domain mappings to configure
 
 repeated .google.cloud.vmwareengine.v1.DnsForwarding.ForwardingRule forwarding_rules = 4 [(.google.api.field_behavior) = REQUIRED];
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| value | DnsForwarding.ForwardingRule | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
setForwardingRules(int index, DnsForwarding.ForwardingRule.Builder builderForValue)
public DnsForwarding.Builder setForwardingRules(int index, DnsForwarding.ForwardingRule.Builder builderForValue)Required. List of domain mappings to configure
 
 repeated .google.cloud.vmwareengine.v1.DnsForwarding.ForwardingRule forwarding_rules = 4 [(.google.api.field_behavior) = REQUIRED];
 
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| builderForValue | DnsForwarding.ForwardingRule.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
setName(String value)
public DnsForwarding.Builder setName(String value) Output only. The resource name of this DNS profile.
 Resource names are schemeless URIs that follow the conventions in
 https://cloud.google.com/apis/design/resource_names.
 For example:
 projects/my-project/locations/us-central1-a/privateClouds/my-cloud/dnsForwarding
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe name to set. | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | This builder for chaining. | 
setNameBytes(ByteString value)
public DnsForwarding.Builder setNameBytes(ByteString value) Output only. The resource name of this DNS profile.
 Resource names are schemeless URIs that follow the conventions in
 https://cloud.google.com/apis/design/resource_names.
 For example:
 projects/my-project/locations/us-central1-a/privateClouds/my-cloud/dnsForwarding
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for name to set. | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DnsForwarding.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final DnsForwarding.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
setUpdateTime(Timestamp value)
public DnsForwarding.Builder setUpdateTime(Timestamp value)Output only. Last update time of this resource.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |
setUpdateTime(Timestamp.Builder builderForValue)
public DnsForwarding.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. Last update time of this resource.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Builder | 
| Returns | |
|---|---|
| Type | Description | 
| DnsForwarding.Builder | |