Package com.google.cloud.deploy.v1
Interface KubernetesConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
KubernetesConfig
,KubernetesConfig.Builder
public interface KubernetesConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KubernetesConfig.GatewayServiceMesh
getGatewayServiceMesh()
Kubernetes Gateway API service mesh configuration.KubernetesConfig.GatewayServiceMeshOrBuilder
getGatewayServiceMeshOrBuilder()
Kubernetes Gateway API service mesh configuration.KubernetesConfig.ServiceDefinitionCase
getServiceDefinitionCase()
KubernetesConfig.ServiceNetworking
getServiceNetworking()
Kubernetes Service networking configuration.KubernetesConfig.ServiceNetworkingOrBuilder
getServiceNetworkingOrBuilder()
Kubernetes Service networking configuration.boolean
hasGatewayServiceMesh()
Kubernetes Gateway API service mesh configuration.boolean
hasServiceNetworking()
Kubernetes Service networking configuration.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGatewayServiceMesh
boolean hasGatewayServiceMesh()
Kubernetes Gateway API service mesh configuration.
.google.cloud.deploy.v1.KubernetesConfig.GatewayServiceMesh gateway_service_mesh = 1;
- Returns:
- Whether the gatewayServiceMesh field is set.
-
getGatewayServiceMesh
KubernetesConfig.GatewayServiceMesh getGatewayServiceMesh()
Kubernetes Gateway API service mesh configuration.
.google.cloud.deploy.v1.KubernetesConfig.GatewayServiceMesh gateway_service_mesh = 1;
- Returns:
- The gatewayServiceMesh.
-
getGatewayServiceMeshOrBuilder
KubernetesConfig.GatewayServiceMeshOrBuilder getGatewayServiceMeshOrBuilder()
Kubernetes Gateway API service mesh configuration.
.google.cloud.deploy.v1.KubernetesConfig.GatewayServiceMesh gateway_service_mesh = 1;
-
hasServiceNetworking
boolean hasServiceNetworking()
Kubernetes Service networking configuration.
.google.cloud.deploy.v1.KubernetesConfig.ServiceNetworking service_networking = 2;
- Returns:
- Whether the serviceNetworking field is set.
-
getServiceNetworking
KubernetesConfig.ServiceNetworking getServiceNetworking()
Kubernetes Service networking configuration.
.google.cloud.deploy.v1.KubernetesConfig.ServiceNetworking service_networking = 2;
- Returns:
- The serviceNetworking.
-
getServiceNetworkingOrBuilder
KubernetesConfig.ServiceNetworkingOrBuilder getServiceNetworkingOrBuilder()
Kubernetes Service networking configuration.
.google.cloud.deploy.v1.KubernetesConfig.ServiceNetworking service_networking = 2;
-
getServiceDefinitionCase
KubernetesConfig.ServiceDefinitionCase getServiceDefinitionCase()
-
-