Interface FeatureSpecOrBuilder (1.3.4)

public interface FeatureSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBilling()

public abstract Billing getBilling()

Customer's billing structure

.google.cloud.gkehub.multiclusteringress.v1alpha.Billing billing = 2;

Returns
TypeDescription
Billing

The billing.

getBillingValue()

public abstract int getBillingValue()

Customer's billing structure

.google.cloud.gkehub.multiclusteringress.v1alpha.Billing billing = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for configMembership.