Package com.google.cloud.channel.v1
Interface ListTransferableOffersRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListTransferableOffersRequest,ListTransferableOffersRequest.Builder
public interface ListTransferableOffersRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBillingAccount()Optional.com.google.protobuf.ByteStringgetBillingAccountBytes()Optional.StringgetCloudIdentityId()Customer's Cloud Identity IDcom.google.protobuf.ByteStringgetCloudIdentityIdBytes()Customer's Cloud Identity IDStringgetCustomerName()A reseller should create a customer and use the resource name of that customer here.com.google.protobuf.ByteStringgetCustomerNameBytes()A reseller should create a customer and use the resource name of that customer here.StringgetLanguageCode()Optional.com.google.protobuf.ByteStringgetLanguageCodeBytes()Optional.intgetPageSize()Requested page size.StringgetPageToken()A token for a page of results other than the first page.com.google.protobuf.ByteStringgetPageTokenBytes()A token for a page of results other than the first page.StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.StringgetSku()Required.com.google.protobuf.ByteStringgetSkuBytes()Required.ListTransferableOffersRequest.TransferredCustomerIdentityCasegetTransferredCustomerIdentityCase()booleanhasCloudIdentityId()Customer's Cloud Identity IDbooleanhasCustomerName()A reseller should create a customer and use the resource name of that customer here.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCloudIdentityId
boolean hasCloudIdentityId()
Customer's Cloud Identity ID
string cloud_identity_id = 4;- Returns:
- Whether the cloudIdentityId field is set.
-
getCloudIdentityId
String getCloudIdentityId()
Customer's Cloud Identity ID
string cloud_identity_id = 4;- Returns:
- The cloudIdentityId.
-
getCloudIdentityIdBytes
com.google.protobuf.ByteString getCloudIdentityIdBytes()
Customer's Cloud Identity ID
string cloud_identity_id = 4;- Returns:
- The bytes for cloudIdentityId.
-
hasCustomerName
boolean hasCustomerName()
A reseller should create a customer and use the resource name of that customer here.
string customer_name = 5;- Returns:
- Whether the customerName field is set.
-
getCustomerName
String getCustomerName()
A reseller should create a customer and use the resource name of that customer here.
string customer_name = 5;- Returns:
- The customerName.
-
getCustomerNameBytes
com.google.protobuf.ByteString getCustomerNameBytes()
A reseller should create a customer and use the resource name of that customer here.
string customer_name = 5;- Returns:
- The bytes for customerName.
-
getParent
String getParent()
Required. The resource name of the reseller's account.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Required. The resource name of the reseller's account.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for parent.
-
getPageSize
int getPageSize()
Requested page size. Server might return fewer results than requested. If unspecified, returns at most 100 offers. The maximum value is 1000; the server will coerce values above 1000.
int32 page_size = 2;- Returns:
- The pageSize.
-
getPageToken
String getPageToken()
A token for a page of results other than the first page. Obtained using [ListTransferableOffersResponse.next_page_token][google.cloud.channel.v1.ListTransferableOffersResponse.next_page_token] of the previous [CloudChannelService.ListTransferableOffers][google.cloud.channel.v1.CloudChannelService.ListTransferableOffers] call.
string page_token = 3;- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()
A token for a page of results other than the first page. Obtained using [ListTransferableOffersResponse.next_page_token][google.cloud.channel.v1.ListTransferableOffersResponse.next_page_token] of the previous [CloudChannelService.ListTransferableOffers][google.cloud.channel.v1.CloudChannelService.ListTransferableOffers] call.
string page_token = 3;- Returns:
- The bytes for pageToken.
-
getSku
String getSku()
Required. The SKU to look up Offers for.
string sku = 6 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The sku.
-
getSkuBytes
com.google.protobuf.ByteString getSkuBytes()
Required. The SKU to look up Offers for.
string sku = 6 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for sku.
-
getLanguageCode
String getLanguageCode()
Optional. The BCP-47 language code. For example, "en-US". The response will localize in the corresponding language code, if specified. The default value is "en-US".
string language_code = 7 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The languageCode.
-
getLanguageCodeBytes
com.google.protobuf.ByteString getLanguageCodeBytes()
Optional. The BCP-47 language code. For example, "en-US". The response will localize in the corresponding language code, if specified. The default value is "en-US".
string language_code = 7 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for languageCode.
-
getBillingAccount
String getBillingAccount()
Optional. The Billing Account to look up Offers for. Format: accounts/{account_id}/billingAccounts/{billing_account_id}. This field is only relevant for multi-currency accounts. It should be left empty for single currency accounts.string billing_account = 8 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The billingAccount.
-
getBillingAccountBytes
com.google.protobuf.ByteString getBillingAccountBytes()
Optional. The Billing Account to look up Offers for. Format: accounts/{account_id}/billingAccounts/{billing_account_id}. This field is only relevant for multi-currency accounts. It should be left empty for single currency accounts.string billing_account = 8 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for billingAccount.
-
getTransferredCustomerIdentityCase
ListTransferableOffersRequest.TransferredCustomerIdentityCase getTransferredCustomerIdentityCase()
-
-