
com.google.cloud.compute.v1.HealthStatusForNetworkEndpointOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-compute-v1 Show documentation
Show all versions of proto-google-cloud-compute-v1 Show documentation
Proto library for google-cloud-compute
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/compute/v1/compute.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.compute.v1;
public interface HealthStatusForNetworkEndpointOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.HealthStatusForNetworkEndpoint)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* URL of the backend service associated with the health state of the network endpoint.
*
*
* optional .google.cloud.compute.v1.BackendServiceReference backend_service = 306946058;
*
*
* @return Whether the backendService field is set.
*/
boolean hasBackendService();
/**
*
*
*
* URL of the backend service associated with the health state of the network endpoint.
*
*
* optional .google.cloud.compute.v1.BackendServiceReference backend_service = 306946058;
*
*
* @return The backendService.
*/
com.google.cloud.compute.v1.BackendServiceReference getBackendService();
/**
*
*
*
* URL of the backend service associated with the health state of the network endpoint.
*
*
* optional .google.cloud.compute.v1.BackendServiceReference backend_service = 306946058;
*
*/
com.google.cloud.compute.v1.BackendServiceReferenceOrBuilder getBackendServiceOrBuilder();
/**
*
*
*
* URL of the forwarding rule associated with the health state of the network endpoint.
*
*
* optional .google.cloud.compute.v1.ForwardingRuleReference forwarding_rule = 269964030;
*
*
* @return Whether the forwardingRule field is set.
*/
boolean hasForwardingRule();
/**
*
*
*
* URL of the forwarding rule associated with the health state of the network endpoint.
*
*
* optional .google.cloud.compute.v1.ForwardingRuleReference forwarding_rule = 269964030;
*
*
* @return The forwardingRule.
*/
com.google.cloud.compute.v1.ForwardingRuleReference getForwardingRule();
/**
*
*
*
* URL of the forwarding rule associated with the health state of the network endpoint.
*
*
* optional .google.cloud.compute.v1.ForwardingRuleReference forwarding_rule = 269964030;
*
*/
com.google.cloud.compute.v1.ForwardingRuleReferenceOrBuilder getForwardingRuleOrBuilder();
/**
*
*
*
* URL of the health check associated with the health state of the network endpoint.
*
*
* optional .google.cloud.compute.v1.HealthCheckReference health_check = 308876645;
*
* @return Whether the healthCheck field is set.
*/
boolean hasHealthCheck();
/**
*
*
*
* URL of the health check associated with the health state of the network endpoint.
*
*
* optional .google.cloud.compute.v1.HealthCheckReference health_check = 308876645;
*
* @return The healthCheck.
*/
com.google.cloud.compute.v1.HealthCheckReference getHealthCheck();
/**
*
*
*
* URL of the health check associated with the health state of the network endpoint.
*
*
* optional .google.cloud.compute.v1.HealthCheckReference health_check = 308876645;
*/
com.google.cloud.compute.v1.HealthCheckReferenceOrBuilder getHealthCheckOrBuilder();
/**
*
*
*
* URL of the health check service associated with the health state of the network endpoint.
*
*
*
* optional .google.cloud.compute.v1.HealthCheckServiceReference health_check_service = 408374747;
*
*
* @return Whether the healthCheckService field is set.
*/
boolean hasHealthCheckService();
/**
*
*
*
* URL of the health check service associated with the health state of the network endpoint.
*
*
*
* optional .google.cloud.compute.v1.HealthCheckServiceReference health_check_service = 408374747;
*
*
* @return The healthCheckService.
*/
com.google.cloud.compute.v1.HealthCheckServiceReference getHealthCheckService();
/**
*
*
*
* URL of the health check service associated with the health state of the network endpoint.
*
*
*
* optional .google.cloud.compute.v1.HealthCheckServiceReference health_check_service = 408374747;
*
*/
com.google.cloud.compute.v1.HealthCheckServiceReferenceOrBuilder getHealthCheckServiceOrBuilder();
/**
*
*
*
* Health state of the network endpoint determined based on the health checks configured.
* Check the HealthState enum for the list of possible values.
*
*
* optional string health_state = 324007150;
*
* @return Whether the healthState field is set.
*/
boolean hasHealthState();
/**
*
*
*
* Health state of the network endpoint determined based on the health checks configured.
* Check the HealthState enum for the list of possible values.
*
*
* optional string health_state = 324007150;
*
* @return The healthState.
*/
java.lang.String getHealthState();
/**
*
*
*
* Health state of the network endpoint determined based on the health checks configured.
* Check the HealthState enum for the list of possible values.
*
*
* optional string health_state = 324007150;
*
* @return The bytes for healthState.
*/
com.google.protobuf.ByteString getHealthStateBytes();
/**
*
*
*
* Health state of the ipv6 network endpoint determined based on the health checks configured.
* Check the Ipv6HealthState enum for the list of possible values.
*
*
* optional string ipv6_health_state = 190316614;
*
* @return Whether the ipv6HealthState field is set.
*/
boolean hasIpv6HealthState();
/**
*
*
*
* Health state of the ipv6 network endpoint determined based on the health checks configured.
* Check the Ipv6HealthState enum for the list of possible values.
*
*
* optional string ipv6_health_state = 190316614;
*
* @return The ipv6HealthState.
*/
java.lang.String getIpv6HealthState();
/**
*
*
*
* Health state of the ipv6 network endpoint determined based on the health checks configured.
* Check the Ipv6HealthState enum for the list of possible values.
*
*
* optional string ipv6_health_state = 190316614;
*
* @return The bytes for ipv6HealthState.
*/
com.google.protobuf.ByteString getIpv6HealthStateBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy