Interface NetworkInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NetworkInfo
,NetworkInfo.Builder
public interface NetworkInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDisplayName()
Name of a Compute Engine network.com.google.protobuf.ByteString
getDisplayNameBytes()
Name of a Compute Engine network.String
getMatchedIpRange()
The IP range that matches the test.com.google.protobuf.ByteString
getMatchedIpRangeBytes()
The IP range that matches the test.String
getUri()
URI of a Compute Engine network.com.google.protobuf.ByteString
getUriBytes()
URI of a Compute Engine network.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDisplayName
String getDisplayName()
Name of a Compute Engine network.
string display_name = 1;
- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
Name of a Compute Engine network.
string display_name = 1;
- Returns:
- The bytes for displayName.
-
getUri
String getUri()
URI of a Compute Engine network.
string uri = 2;
- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()
URI of a Compute Engine network.
string uri = 2;
- Returns:
- The bytes for uri.
-
getMatchedIpRange
String getMatchedIpRange()
The IP range that matches the test.
string matched_ip_range = 4;
- Returns:
- The matchedIpRange.
-
getMatchedIpRangeBytes
com.google.protobuf.ByteString getMatchedIpRangeBytes()
The IP range that matches the test.
string matched_ip_range = 4;
- Returns:
- The bytes for matchedIpRange.
-
-