public interface HybridSubnetInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()Name of a hybrid subnet.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Name of a hybrid subnet.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getRegion()
public abstract String getRegion()Name of a Google Cloud region where the hybrid subnet is configured.
string region = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The region. |
getRegionBytes()
public abstract ByteString getRegionBytes()Name of a Google Cloud region where the hybrid subnet is configured.
string region = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for region. |
getUri()
public abstract String getUri()URI of a hybrid subnet.
string uri = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()URI of a hybrid subnet.
string uri = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uri. |