public final class DiagnoseRouterResponse extends GeneratedMessage implements DiagnoseRouterResponseOrBuilderDiagnoseRouterResponse contains the current status for a specific router.
Protobuf type google.cloud.edgenetwork.v1.DiagnoseRouterResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > DiagnoseRouterResponseImplements
DiagnoseRouterResponseOrBuilderStatic Fields
RESULT_FIELD_NUMBER
public static final int RESULT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static DiagnoseRouterResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
DiagnoseRouterResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static DiagnoseRouterResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
DiagnoseRouterResponse.Builder |
|
newBuilder(DiagnoseRouterResponse prototype)
public static DiagnoseRouterResponse.Builder newBuilder(DiagnoseRouterResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
DiagnoseRouterResponse |
| Returns | |
|---|---|
| Type | Description |
DiagnoseRouterResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static DiagnoseRouterResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
DiagnoseRouterResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DiagnoseRouterResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DiagnoseRouterResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static DiagnoseRouterResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
DiagnoseRouterResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DiagnoseRouterResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DiagnoseRouterResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static DiagnoseRouterResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
DiagnoseRouterResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DiagnoseRouterResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DiagnoseRouterResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static DiagnoseRouterResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
DiagnoseRouterResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DiagnoseRouterResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DiagnoseRouterResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static DiagnoseRouterResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
DiagnoseRouterResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DiagnoseRouterResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DiagnoseRouterResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static DiagnoseRouterResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
DiagnoseRouterResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DiagnoseRouterResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DiagnoseRouterResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<DiagnoseRouterResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<DiagnoseRouterResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public DiagnoseRouterResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DiagnoseRouterResponse |
|
getParserForType()
public Parser<DiagnoseRouterResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<DiagnoseRouterResponse> |
|
getResult()
public RouterStatus getResult()The network status of a specific router.
.google.cloud.edgenetwork.v1.RouterStatus result = 2;
| Returns | |
|---|---|
| Type | Description |
RouterStatus |
The result. |
getResultOrBuilder()
public RouterStatusOrBuilder getResultOrBuilder()The network status of a specific router.
.google.cloud.edgenetwork.v1.RouterStatus result = 2;
| Returns | |
|---|---|
| Type | Description |
RouterStatusOrBuilder |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getUpdateTime()
public Timestamp getUpdateTime()The time when the router status was last updated.
.google.protobuf.Timestamp update_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()The time when the router status was last updated.
.google.protobuf.Timestamp update_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasResult()
public boolean hasResult()The network status of a specific router.
.google.cloud.edgenetwork.v1.RouterStatus result = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the result field is set. |
hasUpdateTime()
public boolean hasUpdateTime()The time when the router status was last updated.
.google.protobuf.Timestamp update_time = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public DiagnoseRouterResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
DiagnoseRouterResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected DiagnoseRouterResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
DiagnoseRouterResponse.Builder |
|
toBuilder()
public DiagnoseRouterResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
DiagnoseRouterResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|