public interface FeatureSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBilling()
public abstract Billing getBilling()Customer's billing structure
.google.cloud.gkehub.multiclusteringress.v1beta.Billing billing = 2;
| Returns | |
|---|---|
| Type | Description |
Billing |
The billing. |
getBillingValue()
public abstract int getBillingValue()Customer's billing structure
.google.cloud.gkehub.multiclusteringress.v1beta.Billing billing = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for billing. |
getConfigMembership()
public abstract String getConfigMembership() Fully-qualified Membership name which hosts the MultiClusterIngress CRD.
Example: projects/foo-proj/locations/global/memberships/bar
string config_membership = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The configMembership. |
getConfigMembershipBytes()
public abstract ByteString getConfigMembershipBytes() Fully-qualified Membership name which hosts the MultiClusterIngress CRD.
Example: projects/foo-proj/locations/global/memberships/bar
string config_membership = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for configMembership. |