Package com.google.cloud.compute.v1
Interface NetworkEndpointWithHealthStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NetworkEndpointWithHealthStatus
,NetworkEndpointWithHealthStatus.Builder
public interface NetworkEndpointWithHealthStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getHealthsList
List<HealthStatusForNetworkEndpoint> getHealthsList()
[Output only] The health status of network endpoint;
repeated .google.cloud.compute.v1.HealthStatusForNetworkEndpoint healths = 258689431;
-
getHealths
HealthStatusForNetworkEndpoint getHealths(int index)
[Output only] The health status of network endpoint;
repeated .google.cloud.compute.v1.HealthStatusForNetworkEndpoint healths = 258689431;
-
getHealthsCount
int getHealthsCount()
[Output only] The health status of network endpoint;
repeated .google.cloud.compute.v1.HealthStatusForNetworkEndpoint healths = 258689431;
-
getHealthsOrBuilderList
List<? extends HealthStatusForNetworkEndpointOrBuilder> getHealthsOrBuilderList()
[Output only] The health status of network endpoint;
repeated .google.cloud.compute.v1.HealthStatusForNetworkEndpoint healths = 258689431;
-
getHealthsOrBuilder
HealthStatusForNetworkEndpointOrBuilder getHealthsOrBuilder(int index)
[Output only] The health status of network endpoint;
repeated .google.cloud.compute.v1.HealthStatusForNetworkEndpoint healths = 258689431;
-
hasNetworkEndpoint
boolean hasNetworkEndpoint()
[Output only] The network endpoint;
optional .google.cloud.compute.v1.NetworkEndpoint network_endpoint = 56789126;
- Returns:
- Whether the networkEndpoint field is set.
-
getNetworkEndpoint
NetworkEndpoint getNetworkEndpoint()
[Output only] The network endpoint;
optional .google.cloud.compute.v1.NetworkEndpoint network_endpoint = 56789126;
- Returns:
- The networkEndpoint.
-
getNetworkEndpointOrBuilder
NetworkEndpointOrBuilder getNetworkEndpointOrBuilder()
[Output only] The network endpoint;
optional .google.cloud.compute.v1.NetworkEndpoint network_endpoint = 56789126;
-
-