public static interface DiagnoseNetworkResponse.NetworkStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DiagnoseNetworkResponse.NetworkStatus.MacsecStatus |
getMacsecStatusInternalLinks()
The MACsec status of internal links.
|
int |
getMacsecStatusInternalLinksValue()
The MACsec status of internal links.
|
SubnetStatus |
getSubnetStatus(int index)
A list of status for the subnets under the current network.
|
int |
getSubnetStatusCount()
A list of status for the subnets under the current network.
|
List<SubnetStatus> |
getSubnetStatusList()
A list of status for the subnets under the current network.
|
SubnetStatusOrBuilder |
getSubnetStatusOrBuilder(int index)
A list of status for the subnets under the current network.
|
List<? extends SubnetStatusOrBuilder> |
getSubnetStatusOrBuilderList()
A list of status for the subnets under the current network.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<SubnetStatus> getSubnetStatusList()
A list of status for the subnets under the current network.
repeated .google.cloud.edgenetwork.v1.SubnetStatus subnet_status = 1;SubnetStatus getSubnetStatus(int index)
A list of status for the subnets under the current network.
repeated .google.cloud.edgenetwork.v1.SubnetStatus subnet_status = 1;int getSubnetStatusCount()
A list of status for the subnets under the current network.
repeated .google.cloud.edgenetwork.v1.SubnetStatus subnet_status = 1;List<? extends SubnetStatusOrBuilder> getSubnetStatusOrBuilderList()
A list of status for the subnets under the current network.
repeated .google.cloud.edgenetwork.v1.SubnetStatus subnet_status = 1;SubnetStatusOrBuilder getSubnetStatusOrBuilder(int index)
A list of status for the subnets under the current network.
repeated .google.cloud.edgenetwork.v1.SubnetStatus subnet_status = 1;int getMacsecStatusInternalLinksValue()
The MACsec status of internal links.
.google.cloud.edgenetwork.v1.DiagnoseNetworkResponse.NetworkStatus.MacsecStatus macsec_status_internal_links = 2;
DiagnoseNetworkResponse.NetworkStatus.MacsecStatus getMacsecStatusInternalLinks()
The MACsec status of internal links.
.google.cloud.edgenetwork.v1.DiagnoseNetworkResponse.NetworkStatus.MacsecStatus macsec_status_internal_links = 2;
Copyright © 2025 Google LLC. All rights reserved.