Interface CreateKubernetesEndpointAggregatorRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateKubernetesEndpointAggregatorRequest, CreateKubernetesEndpointAggregatorRequest.Builder
public interface CreateKubernetesEndpointAggregatorRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionValid pattern is "^[a-z]([a-z0-9-/]*[a-z0-9])?com.google.protobuf.ByteStringValid pattern is "^[a-z]([a-z0-9-/]*[a-z0-9])?.centraldogma.xds.k8s.v1.KubernetesEndpointAggregator kubernetes_endpoint_aggregator = 3 [(.google.api.field_behavior) = REQUIRED];.centraldogma.xds.k8s.v1.KubernetesEndpointAggregator kubernetes_endpoint_aggregator = 3 [(.google.api.field_behavior) = REQUIRED];The parent resource where this kubernetes endpoint will be created.com.google.protobuf.ByteStringThe parent resource where this kubernetes endpoint will be created.boolean.centraldogma.xds.k8s.v1.KubernetesEndpointAggregator kubernetes_endpoint_aggregator = 3 [(.google.api.field_behavior) = REQUIRED];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getParent
String getParent()The parent resource where this kubernetes endpoint will be created. Format: groups/{group}string parent = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()The parent resource where this kubernetes endpoint will be created. Format: groups/{group}string parent = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for parent.
-
getAggregatorId
String getAggregatorId()Valid pattern is "^[a-z]([a-z0-9-/]*[a-z0-9])?$"
string aggregator_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The aggregatorId.
-
getAggregatorIdBytes
com.google.protobuf.ByteString getAggregatorIdBytes()Valid pattern is "^[a-z]([a-z0-9-/]*[a-z0-9])?$"
string aggregator_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for aggregatorId.
-
hasKubernetesEndpointAggregator
boolean hasKubernetesEndpointAggregator().centraldogma.xds.k8s.v1.KubernetesEndpointAggregator kubernetes_endpoint_aggregator = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the kubernetesEndpointAggregator field is set.
-
getKubernetesEndpointAggregator
KubernetesEndpointAggregator getKubernetesEndpointAggregator().centraldogma.xds.k8s.v1.KubernetesEndpointAggregator kubernetes_endpoint_aggregator = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The kubernetesEndpointAggregator.
-
getKubernetesEndpointAggregatorOrBuilder
KubernetesEndpointAggregatorOrBuilder getKubernetesEndpointAggregatorOrBuilder().centraldogma.xds.k8s.v1.KubernetesEndpointAggregator kubernetes_endpoint_aggregator = 3 [(.google.api.field_behavior) = REQUIRED];
-