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
      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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.v1beta.Billing billing = 2;
        Returns:
        The enum numeric value on the wire for billing.
      • getBilling

        Billing getBilling()
         Customer's billing structure
         
        .google.cloud.gkehub.multiclusteringress.v1beta.Billing billing = 2;
        Returns:
        The billing.