Interface NetworkEndpointWithHealthStatusOrBuilder

    • 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;