public interface FeatureSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Billing |
getBilling()
Customer's billing structure
|
int |
getBillingValue()
Customer's billing structure
|
String |
getConfigMembership()
Fully-qualified Membership name which hosts the MultiClusterIngress CRD.
|
com.google.protobuf.ByteString |
getConfigMembershipBytes()
Fully-qualified Membership name which hosts the MultiClusterIngress CRD.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getConfigMembership()
Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: `projects/foo-proj/locations/global/memberships/bar`
string config_membership = 1;com.google.protobuf.ByteString getConfigMembershipBytes()
Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: `projects/foo-proj/locations/global/memberships/bar`
string config_membership = 1;int getBillingValue()
Customer's billing structure
.google.cloud.gkehub.multiclusteringress.v1alpha.Billing billing = 2;Billing getBilling()
Customer's billing structure
.google.cloud.gkehub.multiclusteringress.v1alpha.Billing billing = 2;Copyright © 2024 Google LLC. All rights reserved.