public interface NetworkInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
Name of a Compute Engine network.
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
Name of a Compute Engine network.
string display_name = 1;String getUri()
URI of a Compute Engine network.
string uri = 2;com.google.protobuf.ByteString getUriBytes()
URI of a Compute Engine network.
string uri = 2;String getMatchedIpRange()
The IP range that matches the test.
string matched_ip_range = 4;com.google.protobuf.ByteString getMatchedIpRangeBytes()
The IP range that matches the test.
string matched_ip_range = 4;Copyright © 2022 Google LLC. All rights reserved.