Interface FeatureSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureSpec,FeatureSpec.Builder
public interface FeatureSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BillinggetBilling()Customer's billing structureintgetBillingValue()Customer's billing structureStringgetConfigMembership()Fully-qualified Membership name which hosts the MultiClusterIngress CRD.com.google.protobuf.ByteStringgetConfigMembershipBytes()Fully-qualified Membership name which hosts the MultiClusterIngress CRD.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConfigMembership
String getConfigMembership()
Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: `projects/foo-proj/locations/global/memberships/bar`
string config_membership = 1;- Returns:
- The configMembership.
-
getConfigMembershipBytes
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;- Returns:
- The bytes for configMembership.
-
getBillingValue
int getBillingValue()
Customer's billing structure
.google.cloud.gkehub.multiclusteringress.v1alpha.Billing billing = 2;- Returns:
- The enum numeric value on the wire for billing.
-
getBilling
Billing getBilling()
Customer's billing structure
.google.cloud.gkehub.multiclusteringress.v1alpha.Billing billing = 2;- Returns:
- The billing.
-
-