Interface LinkedVpcNetworkOrBuilder (1.40.0)

public interface LinkedVpcNetworkOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExcludeExportRanges(int index)

public abstract String getExcludeExportRanges(int index)

Optional. IP ranges encompassing the subnets to be excluded from peering.

repeated string exclude_export_ranges = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The excludeExportRanges at the given index.

getExcludeExportRangesBytes(int index)

public abstract ByteString getExcludeExportRangesBytes(int index)

Optional. IP ranges encompassing the subnets to be excluded from peering.

repeated string exclude_export_ranges = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the excludeExportRanges at the given index.

getExcludeExportRangesCount()

public abstract int getExcludeExportRangesCount()

Optional. IP ranges encompassing the subnets to be excluded from peering.

repeated string exclude_export_ranges = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The count of excludeExportRanges.

getExcludeExportRangesList()

public abstract List<String> getExcludeExportRangesList()

Optional. IP ranges encompassing the subnets to be excluded from peering.

repeated string exclude_export_ranges = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
List<String>

A list containing the excludeExportRanges.

getUri()

public abstract String getUri()

Required. The URI of the VPC network resource.

string uri = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

Required. The URI of the VPC network resource.

string uri = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for uri.