public interface LineItemInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getOffer()
Optional.
|
com.google.protobuf.ByteString |
getOfferBytes()
Optional.
|
Parameter |
getParameters(int index)
Optional.
|
int |
getParametersCount()
Optional.
|
List<Parameter> |
getParametersList()
Optional.
|
ParameterOrBuilder |
getParametersOrBuilder(int index)
Optional.
|
List<? extends ParameterOrBuilder> |
getParametersOrBuilderList()
Optional.
|
Subscription |
getSubscription()
Output only.
|
SubscriptionOrBuilder |
getSubscriptionOrBuilder()
Output only.
|
boolean |
hasSubscription()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getOffer()
Optional. The name of the offer can have either of these formats:
'billingAccounts/{billing_account}/offers/{offer}',
or 'services/{service}/standardOffers/{offer}'.
string offer = 13 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getOfferBytes()
Optional. The name of the offer can have either of these formats:
'billingAccounts/{billing_account}/offers/{offer}',
or 'services/{service}/standardOffers/{offer}'.
string offer = 13 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
List<Parameter> getParametersList()
Optional. User-provided parameters.
repeated .google.cloud.commerce.consumer.procurement.v1.Parameter parameters = 9 [(.google.api.field_behavior) = OPTIONAL];
Parameter getParameters(int index)
Optional. User-provided parameters.
repeated .google.cloud.commerce.consumer.procurement.v1.Parameter parameters = 9 [(.google.api.field_behavior) = OPTIONAL];
int getParametersCount()
Optional. User-provided parameters.
repeated .google.cloud.commerce.consumer.procurement.v1.Parameter parameters = 9 [(.google.api.field_behavior) = OPTIONAL];
List<? extends ParameterOrBuilder> getParametersOrBuilderList()
Optional. User-provided parameters.
repeated .google.cloud.commerce.consumer.procurement.v1.Parameter parameters = 9 [(.google.api.field_behavior) = OPTIONAL];
ParameterOrBuilder getParametersOrBuilder(int index)
Optional. User-provided parameters.
repeated .google.cloud.commerce.consumer.procurement.v1.Parameter parameters = 9 [(.google.api.field_behavior) = OPTIONAL];
boolean hasSubscription()
Output only. Information about the subscription created, if applicable.
.google.cloud.commerce.consumer.procurement.v1.Subscription subscription = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Subscription getSubscription()
Output only. Information about the subscription created, if applicable.
.google.cloud.commerce.consumer.procurement.v1.Subscription subscription = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
SubscriptionOrBuilder getSubscriptionOrBuilder()
Output only. Information about the subscription created, if applicable.
.google.cloud.commerce.consumer.procurement.v1.Subscription subscription = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.