- 1.52.0 (latest)
- 1.51.0
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.2
- 1.1.1
- 1.0.0
- 0.4.2
public static final class VpcPeeringConfig.Builder extends GeneratedMessageV3.Builder<VpcPeeringConfig.Builder> implements VpcPeeringConfigOrBuilder
The VPC Peering configuration is used to create VPC peering between Datastream and the consumer's VPC.
Protobuf type google.cloud.datastream.v1.VpcPeeringConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > VpcPeeringConfig.BuilderImplements
VpcPeeringConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public VpcPeeringConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
VpcPeeringConfig.Builder |
build()
public VpcPeeringConfig build()
Type | Description |
VpcPeeringConfig |
buildPartial()
public VpcPeeringConfig buildPartial()
Type | Description |
VpcPeeringConfig |
clear()
public VpcPeeringConfig.Builder clear()
Type | Description |
VpcPeeringConfig.Builder |
clearField(Descriptors.FieldDescriptor field)
public VpcPeeringConfig.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
VpcPeeringConfig.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public VpcPeeringConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
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];
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) = { ... }
Type | Description |
VpcPeeringConfig.Builder | This builder for chaining. |
clone()
public VpcPeeringConfig.Builder clone()
Type | Description |
VpcPeeringConfig.Builder |
getDefaultInstanceForType()
public VpcPeeringConfig getDefaultInstanceForType()
Type | Description |
VpcPeeringConfig |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getSubnet()
public String getSubnet()
Required. A free subnet for peering. (CIDR of /29)
string subnet = 2 [(.google.api.field_behavior) = REQUIRED];
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];
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) = { ... }
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) = { ... }
Type | Description |
ByteString | The bytes for vpc. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(VpcPeeringConfig other)
public VpcPeeringConfig.Builder mergeFrom(VpcPeeringConfig other)
Name | Description |
other | VpcPeeringConfig |
Type | Description |
VpcPeeringConfig.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VpcPeeringConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
VpcPeeringConfig.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public VpcPeeringConfig.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
VpcPeeringConfig.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final VpcPeeringConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
VpcPeeringConfig.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public VpcPeeringConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
VpcPeeringConfig.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public VpcPeeringConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
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];
Name | Description |
value | String The subnet to set. |
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];
Name | Description |
value | ByteString The bytes for subnet to set. |
Type | Description |
VpcPeeringConfig.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final VpcPeeringConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
VpcPeeringConfig.Builder |
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) = { ... }
Name | Description |
value | String The vpc to set. |
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) = { ... }
Name | Description |
value | ByteString The bytes for vpc to set. |
Type | Description |
VpcPeeringConfig.Builder | This builder for chaining. |