public interface LinkedVpcNetworkOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for uri. |