/*
 * Copyright 2020 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/channel/v1/entitlements.proto

package com.google.cloud.channel.v1;

public interface TransferableSkuOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.channel.v1.TransferableSku)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * <pre>
   * Describes the transfer eligibility of a SKU.
   * </pre>
   *
   * <code>.google.cloud.channel.v1.TransferEligibility transfer_eligibility = 9;</code>
   *
   * @return Whether the transferEligibility field is set.
   */
  boolean hasTransferEligibility();
  /**
   *
   *
   * <pre>
   * Describes the transfer eligibility of a SKU.
   * </pre>
   *
   * <code>.google.cloud.channel.v1.TransferEligibility transfer_eligibility = 9;</code>
   *
   * @return The transferEligibility.
   */
  com.google.cloud.channel.v1.TransferEligibility getTransferEligibility();
  /**
   *
   *
   * <pre>
   * Describes the transfer eligibility of a SKU.
   * </pre>
   *
   * <code>.google.cloud.channel.v1.TransferEligibility transfer_eligibility = 9;</code>
   */
  com.google.cloud.channel.v1.TransferEligibilityOrBuilder getTransferEligibilityOrBuilder();

  /**
   *
   *
   * <pre>
   * The SKU pertaining to the provisioning resource as specified in the Offer.
   * </pre>
   *
   * <code>.google.cloud.channel.v1.Sku sku = 11;</code>
   *
   * @return Whether the sku field is set.
   */
  boolean hasSku();
  /**
   *
   *
   * <pre>
   * The SKU pertaining to the provisioning resource as specified in the Offer.
   * </pre>
   *
   * <code>.google.cloud.channel.v1.Sku sku = 11;</code>
   *
   * @return The sku.
   */
  com.google.cloud.channel.v1.Sku getSku();
  /**
   *
   *
   * <pre>
   * The SKU pertaining to the provisioning resource as specified in the Offer.
   * </pre>
   *
   * <code>.google.cloud.channel.v1.Sku sku = 11;</code>
   */
  com.google.cloud.channel.v1.SkuOrBuilder getSkuOrBuilder();

  /**
   *
   *
   * <pre>
   * Optional. The customer to transfer has an entitlement with the populated
   * legacy SKU.
   * </pre>
   *
   * <code>.google.cloud.channel.v1.Sku legacy_sku = 12 [(.google.api.field_behavior) = OPTIONAL];
   * </code>
   *
   * @return Whether the legacySku field is set.
   */
  boolean hasLegacySku();
  /**
   *
   *
   * <pre>
   * Optional. The customer to transfer has an entitlement with the populated
   * legacy SKU.
   * </pre>
   *
   * <code>.google.cloud.channel.v1.Sku legacy_sku = 12 [(.google.api.field_behavior) = OPTIONAL];
   * </code>
   *
   * @return The legacySku.
   */
  com.google.cloud.channel.v1.Sku getLegacySku();
  /**
   *
   *
   * <pre>
   * Optional. The customer to transfer has an entitlement with the populated
   * legacy SKU.
   * </pre>
   *
   * <code>.google.cloud.channel.v1.Sku legacy_sku = 12 [(.google.api.field_behavior) = OPTIONAL];
   * </code>
   */
  com.google.cloud.channel.v1.SkuOrBuilder getLegacySkuOrBuilder();
}
