public interface SubnetworksScopedWarningOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getScopeName()
public abstract String getScopeName()Name of the scope containing this set of Subnetworks.
optional string scope_name = 345557398;
| Returns | |
|---|---|
| Type | Description |
String |
The scopeName. |
getScopeNameBytes()
public abstract ByteString getScopeNameBytes()Name of the scope containing this set of Subnetworks.
optional string scope_name = 345557398;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for scopeName. |
getWarning()
public abstract Warning getWarning()An informational warning about unreachable scope
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns | |
|---|---|
| Type | Description |
Warning |
The warning. |
getWarningOrBuilder()
public abstract WarningOrBuilder getWarningOrBuilder()An informational warning about unreachable scope
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns | |
|---|---|
| Type | Description |
WarningOrBuilder |
|
hasScopeName()
public abstract boolean hasScopeName()Name of the scope containing this set of Subnetworks.
optional string scope_name = 345557398;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the scopeName field is set. |
hasWarning()
public abstract boolean hasWarning()An informational warning about unreachable scope
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the warning field is set. |