public interface SubscriptionConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBillingId()
public abstract String getBillingId()Output only. The Google Cloud Billing ID that the subscription is created under.
 string billing_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The billingId.  | 
      
getBillingIdBytes()
public abstract ByteString getBillingIdBytes()Output only. The Google Cloud Billing ID that the subscription is created under.
 string billing_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for billingId.  | 
      
getState()
public abstract SubscriptionConfig.SubscriptionState getState()Output only. The current state of the subscription.
 
 .google.cloud.gdchardwaremanagement.v1alpha.SubscriptionConfig.SubscriptionState state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
SubscriptionConfig.SubscriptionState | 
        The state.  | 
      
getStateValue()
public abstract int getStateValue()Output only. The current state of the subscription.
 
 .google.cloud.gdchardwaremanagement.v1alpha.SubscriptionConfig.SubscriptionState state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for state.  | 
      
getSubscriptionId()
public abstract String getSubscriptionId()Output only. The unique identifier of the subscription.
 string subscription_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The subscriptionId.  | 
      
getSubscriptionIdBytes()
public abstract ByteString getSubscriptionIdBytes()Output only. The unique identifier of the subscription.
 string subscription_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for subscriptionId.  |