public final class RuntimeNetworkInfo extends GeneratedMessage implements RuntimeNetworkInfoOrBuilderRuntime networking information.
Protobuf type google.cloud.migrationcenter.v1.RuntimeNetworkInfo
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > RuntimeNetworkInfoImplements
RuntimeNetworkInfoOrBuilderStatic Fields
CONNECTIONS_FIELD_NUMBER
public static final int CONNECTIONS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
SCAN_TIME_FIELD_NUMBER
public static final int SCAN_TIME_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static RuntimeNetworkInfo getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
RuntimeNetworkInfo |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static RuntimeNetworkInfo.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
RuntimeNetworkInfo.Builder |
|
newBuilder(RuntimeNetworkInfo prototype)
public static RuntimeNetworkInfo.Builder newBuilder(RuntimeNetworkInfo prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
RuntimeNetworkInfo |
| Returns | |
|---|---|
| Type | Description |
RuntimeNetworkInfo.Builder |
|
parseDelimitedFrom(InputStream input)
public static RuntimeNetworkInfo parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
RuntimeNetworkInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RuntimeNetworkInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RuntimeNetworkInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static RuntimeNetworkInfo parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
RuntimeNetworkInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RuntimeNetworkInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RuntimeNetworkInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static RuntimeNetworkInfo parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
RuntimeNetworkInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RuntimeNetworkInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RuntimeNetworkInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static RuntimeNetworkInfo parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
RuntimeNetworkInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RuntimeNetworkInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RuntimeNetworkInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static RuntimeNetworkInfo parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
RuntimeNetworkInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RuntimeNetworkInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RuntimeNetworkInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static RuntimeNetworkInfo parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
RuntimeNetworkInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RuntimeNetworkInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RuntimeNetworkInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<RuntimeNetworkInfo> parser()| Returns | |
|---|---|
| Type | Description |
Parser<RuntimeNetworkInfo> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getConnections()
public NetworkConnectionList getConnections()Network connections.
.google.cloud.migrationcenter.v1.NetworkConnectionList connections = 2;
| Returns | |
|---|---|
| Type | Description |
NetworkConnectionList |
The connections. |
getConnectionsOrBuilder()
public NetworkConnectionListOrBuilder getConnectionsOrBuilder()Network connections.
.google.cloud.migrationcenter.v1.NetworkConnectionList connections = 2;
| Returns | |
|---|---|
| Type | Description |
NetworkConnectionListOrBuilder |
|
getDefaultInstanceForType()
public RuntimeNetworkInfo getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
RuntimeNetworkInfo |
|
getParserForType()
public Parser<RuntimeNetworkInfo> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<RuntimeNetworkInfo> |
|
getScanTime()
public Timestamp getScanTime()Time of the last network scan.
.google.protobuf.Timestamp scan_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The scanTime. |
getScanTimeOrBuilder()
public TimestampOrBuilder getScanTimeOrBuilder()Time of the last network scan.
.google.protobuf.Timestamp scan_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasConnections()
public boolean hasConnections()Network connections.
.google.cloud.migrationcenter.v1.NetworkConnectionList connections = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the connections field is set. |
hasScanTime()
public boolean hasScanTime()Time of the last network scan.
.google.protobuf.Timestamp scan_time = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the scanTime 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 RuntimeNetworkInfo.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
RuntimeNetworkInfo.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected RuntimeNetworkInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
RuntimeNetworkInfo.Builder |
|
toBuilder()
public RuntimeNetworkInfo.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
RuntimeNetworkInfo.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|