public final class DiagnoseNetworkResponse extends GeneratedMessageV3 implements DiagnoseNetworkResponseOrBuilder
DiagnoseNetworkResponse contains the current status for a specific network.
Protobuf type google.cloud.edgenetwork.v1.DiagnoseNetworkResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DiagnoseNetworkResponseImplements
DiagnoseNetworkResponseOrBuilderStatic 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 DiagnoseNetworkResponse getDefaultInstance()
Returns | |
---|---|
Type | Description |
DiagnoseNetworkResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static DiagnoseNetworkResponse.Builder newBuilder()
Returns | |
---|---|
Type | Description |
DiagnoseNetworkResponse.Builder |
newBuilder(DiagnoseNetworkResponse prototype)
public static DiagnoseNetworkResponse.Builder newBuilder(DiagnoseNetworkResponse prototype)
Parameter | |
---|---|
Name | Description |
prototype | DiagnoseNetworkResponse |
Returns | |
---|---|
Type | Description |
DiagnoseNetworkResponse.Builder |
parseDelimitedFrom(InputStream input)
public static DiagnoseNetworkResponse parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
DiagnoseNetworkResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DiagnoseNetworkResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DiagnoseNetworkResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static DiagnoseNetworkResponse parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
DiagnoseNetworkResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DiagnoseNetworkResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DiagnoseNetworkResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static DiagnoseNetworkResponse parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
DiagnoseNetworkResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DiagnoseNetworkResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DiagnoseNetworkResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static DiagnoseNetworkResponse parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
DiagnoseNetworkResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DiagnoseNetworkResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DiagnoseNetworkResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static DiagnoseNetworkResponse parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
DiagnoseNetworkResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DiagnoseNetworkResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DiagnoseNetworkResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static DiagnoseNetworkResponse parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
DiagnoseNetworkResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DiagnoseNetworkResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DiagnoseNetworkResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<DiagnoseNetworkResponse> parser()
Returns | |
---|---|
Type | Description |
Parser<DiagnoseNetworkResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public DiagnoseNetworkResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
DiagnoseNetworkResponse |
getParserForType()
public Parser<DiagnoseNetworkResponse> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<DiagnoseNetworkResponse> |
getResult()
public DiagnoseNetworkResponse.NetworkStatus getResult()
The network status of a specific network.
.google.cloud.edgenetwork.v1.DiagnoseNetworkResponse.NetworkStatus result = 2;
Returns | |
---|---|
Type | Description |
DiagnoseNetworkResponse.NetworkStatus | The result. |
getResultOrBuilder()
public DiagnoseNetworkResponse.NetworkStatusOrBuilder getResultOrBuilder()
The network status of a specific network.
.google.cloud.edgenetwork.v1.DiagnoseNetworkResponse.NetworkStatus result = 2;
Returns | |
---|---|
Type | Description |
DiagnoseNetworkResponse.NetworkStatusOrBuilder |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getUpdateTime()
public Timestamp getUpdateTime()
The time when the network status was last updated.
.google.protobuf.Timestamp update_time = 1;
Returns | |
---|---|
Type | Description |
Timestamp | The updateTime. |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
The time when the network status was last updated.
.google.protobuf.Timestamp update_time = 1;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasResult()
public boolean hasResult()
The network status of a specific network.
.google.cloud.edgenetwork.v1.DiagnoseNetworkResponse.NetworkStatus result = 2;
Returns | |
---|---|
Type | Description |
boolean | Whether the result field is set. |
hasUpdateTime()
public boolean hasUpdateTime()
The time when the network 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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public DiagnoseNetworkResponse.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
DiagnoseNetworkResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DiagnoseNetworkResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
DiagnoseNetworkResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public DiagnoseNetworkResponse.Builder toBuilder()
Returns | |
---|---|
Type | Description |
DiagnoseNetworkResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |