public interface NetworkEndpointWithHealthStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HealthStatusForNetworkEndpoint |
getHealths(int index)
[Output only] The health status of network endpoint;
|
int |
getHealthsCount()
[Output only] The health status of network endpoint;
|
List<HealthStatusForNetworkEndpoint> |
getHealthsList()
[Output only] The health status of network endpoint;
|
HealthStatusForNetworkEndpointOrBuilder |
getHealthsOrBuilder(int index)
[Output only] The health status of network endpoint;
|
List<? extends HealthStatusForNetworkEndpointOrBuilder> |
getHealthsOrBuilderList()
[Output only] The health status of network endpoint;
|
NetworkEndpoint |
getNetworkEndpoint()
[Output only] The network endpoint;
|
NetworkEndpointOrBuilder |
getNetworkEndpointOrBuilder()
[Output only] The network endpoint;
|
boolean |
hasNetworkEndpoint()
[Output only] The network endpoint;
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<HealthStatusForNetworkEndpoint> getHealthsList()
[Output only] The health status of network endpoint;
repeated .google.cloud.compute.v1.HealthStatusForNetworkEndpoint healths = 258689431;
HealthStatusForNetworkEndpoint getHealths(int index)
[Output only] The health status of network endpoint;
repeated .google.cloud.compute.v1.HealthStatusForNetworkEndpoint healths = 258689431;
int getHealthsCount()
[Output only] The health status of network endpoint;
repeated .google.cloud.compute.v1.HealthStatusForNetworkEndpoint healths = 258689431;
List<? extends HealthStatusForNetworkEndpointOrBuilder> getHealthsOrBuilderList()
[Output only] The health status of network endpoint;
repeated .google.cloud.compute.v1.HealthStatusForNetworkEndpoint healths = 258689431;
HealthStatusForNetworkEndpointOrBuilder getHealthsOrBuilder(int index)
[Output only] The health status of network endpoint;
repeated .google.cloud.compute.v1.HealthStatusForNetworkEndpoint healths = 258689431;
boolean hasNetworkEndpoint()
[Output only] The network endpoint;
optional .google.cloud.compute.v1.NetworkEndpoint network_endpoint = 56789126;NetworkEndpoint getNetworkEndpoint()
[Output only] The network endpoint;
optional .google.cloud.compute.v1.NetworkEndpoint network_endpoint = 56789126;NetworkEndpointOrBuilder getNetworkEndpointOrBuilder()
[Output only] The network endpoint;
optional .google.cloud.compute.v1.NetworkEndpoint network_endpoint = 56789126;Copyright © 2023 Google LLC. All rights reserved.