public static final class VpcPeeringConfig.Builder extends GeneratedMessage.Builder<VpcPeeringConfig.Builder> implements VpcPeeringConfigOrBuilderThe VPC Peering configuration is used to create VPC peering between Datastream and the consumer's VPC.
Protobuf type google.cloud.datastream.v1.VpcPeeringConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > VpcPeeringConfig.BuilderImplements
VpcPeeringConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public VpcPeeringConfig build()| Returns | |
|---|---|
| Type | Description |
VpcPeeringConfig |
|
buildPartial()
public VpcPeeringConfig buildPartial()| Returns | |
|---|---|
| Type | Description |
VpcPeeringConfig |
|
clear()
public VpcPeeringConfig.Builder clear()| Returns | |
|---|---|
| Type | Description |
VpcPeeringConfig.Builder |
|
clearSubnet()
public VpcPeeringConfig.Builder clearSubnet()Required. A free subnet for peering. (CIDR of /29)
string subnet = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
VpcPeeringConfig.Builder |
This builder for chaining. |
clearVpc()
public VpcPeeringConfig.Builder clearVpc() Required. Fully qualified name of the VPC that Datastream will peer to.
Format: projects/{project}/global/{networks}/{name}
string vpc = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
VpcPeeringConfig.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public VpcPeeringConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
VpcPeeringConfig |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getSubnet()
public String getSubnet()Required. A free subnet for peering. (CIDR of /29)
string subnet = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The subnet. |
getSubnetBytes()
public ByteString getSubnetBytes()Required. A free subnet for peering. (CIDR of /29)
string subnet = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for subnet. |
getVpc()
public String getVpc() Required. Fully qualified name of the VPC that Datastream will peer to.
Format: projects/{project}/global/{networks}/{name}
string vpc = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The vpc. |
getVpcBytes()
public ByteString getVpcBytes() Required. Fully qualified name of the VPC that Datastream will peer to.
Format: projects/{project}/global/{networks}/{name}
string vpc = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for vpc. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(VpcPeeringConfig other)
public VpcPeeringConfig.Builder mergeFrom(VpcPeeringConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
VpcPeeringConfig |
| Returns | |
|---|---|
| Type | Description |
VpcPeeringConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VpcPeeringConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
VpcPeeringConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public VpcPeeringConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
VpcPeeringConfig.Builder |
|
setSubnet(String value)
public VpcPeeringConfig.Builder setSubnet(String value)Required. A free subnet for peering. (CIDR of /29)
string subnet = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe subnet to set. |
| Returns | |
|---|---|
| Type | Description |
VpcPeeringConfig.Builder |
This builder for chaining. |
setSubnetBytes(ByteString value)
public VpcPeeringConfig.Builder setSubnetBytes(ByteString value)Required. A free subnet for peering. (CIDR of /29)
string subnet = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for subnet to set. |
| Returns | |
|---|---|
| Type | Description |
VpcPeeringConfig.Builder |
This builder for chaining. |
setVpc(String value)
public VpcPeeringConfig.Builder setVpc(String value) Required. Fully qualified name of the VPC that Datastream will peer to.
Format: projects/{project}/global/{networks}/{name}
string vpc = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe vpc to set. |
| Returns | |
|---|---|
| Type | Description |
VpcPeeringConfig.Builder |
This builder for chaining. |
setVpcBytes(ByteString value)
public VpcPeeringConfig.Builder setVpcBytes(ByteString value) Required. Fully qualified name of the VPC that Datastream will peer to.
Format: projects/{project}/global/{networks}/{name}
string vpc = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for vpc to set. |
| Returns | |
|---|---|
| Type | Description |
VpcPeeringConfig.Builder |
This builder for chaining. |