public interface RouterStatusResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKind()
public abstract String getKind()Type of resource.
optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes()Type of resource.
optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |
getResult()
public abstract RouterStatus getResult()optional .google.cloud.compute.v1.RouterStatus result = 139315229;
| Returns | |
|---|---|
| Type | Description |
RouterStatus |
The result. |
getResultOrBuilder()
public abstract RouterStatusOrBuilder getResultOrBuilder()optional .google.cloud.compute.v1.RouterStatus result = 139315229;
| Returns | |
|---|---|
| Type | Description |
RouterStatusOrBuilder |
|
hasKind()
public abstract boolean hasKind()Type of resource.
optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the kind field is set. |
hasResult()
public abstract boolean hasResult()optional .google.cloud.compute.v1.RouterStatus result = 139315229;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the result field is set. |