public interface NetworkInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()Name of a Compute Engine network.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Name of a Compute Engine network.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getMatchedIpRange()
public abstract String getMatchedIpRange()The IP range of the subnet matching the source IP address of the test.
string matched_ip_range = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The matchedIpRange. |
getMatchedIpRangeBytes()
public abstract ByteString getMatchedIpRangeBytes()The IP range of the subnet matching the source IP address of the test.
string matched_ip_range = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for matchedIpRange. |
getMatchedSubnetUri()
public abstract String getMatchedSubnetUri()URI of the subnet matching the source IP address of the test.
string matched_subnet_uri = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The matchedSubnetUri. |
getMatchedSubnetUriBytes()
public abstract ByteString getMatchedSubnetUriBytes()URI of the subnet matching the source IP address of the test.
string matched_subnet_uri = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for matchedSubnetUri. |
getRegion()
public abstract String getRegion()The region of the subnet matching the source IP address of the test.
string region = 6;
| Returns | |
|---|---|
| Type | Description |
String |
The region. |
getRegionBytes()
public abstract ByteString getRegionBytes()The region of the subnet matching the source IP address of the test.
string region = 6;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for region. |
getUri()
public abstract String getUri()URI of a Compute Engine network.
string uri = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()URI of a Compute Engine network.
string uri = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uri. |