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 that matches the test.
string matched_ip_range = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The matchedIpRange. |
getMatchedIpRangeBytes()
public abstract ByteString getMatchedIpRangeBytes()The IP range that matches the test.
string matched_ip_range = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for matchedIpRange. |
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. |