Interface KubernetesConfig.ServiceNetworkingOrBuilder (1.16.0)

public static interface KubernetesConfig.ServiceNetworkingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeployment()

public abstract String getDeployment()

Required. Name of the Kubernetes Deployment whose traffic is managed by the specified Service.

string deployment = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The deployment.

getDeploymentBytes()

public abstract ByteString getDeploymentBytes()

Required. Name of the Kubernetes Deployment whose traffic is managed by the specified Service.

string deployment = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for deployment.

getService()

public abstract String getService()

Required. Name of the Kubernetes Service.

string service = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The service.

getServiceBytes()

public abstract ByteString getServiceBytes()

Required. Name of the Kubernetes Service.

string service = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for service.