/*
 * 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 ProvisionedServiceOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.channel.v1.ProvisionedService)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * <pre>
   * Output only. Provisioning ID of the entitlement. For Google Workspace, this
   * is the underlying Subscription ID. For Google Cloud Platform, this is the
   * Billing Account ID of the billing subaccount."
   * </pre>
   *
   * <code>string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
   *
   * @return The provisioningId.
   */
  java.lang.String getProvisioningId();
  /**
   *
   *
   * <pre>
   * Output only. Provisioning ID of the entitlement. For Google Workspace, this
   * is the underlying Subscription ID. For Google Cloud Platform, this is the
   * Billing Account ID of the billing subaccount."
   * </pre>
   *
   * <code>string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
   *
   * @return The bytes for provisioningId.
   */
  com.google.protobuf.ByteString getProvisioningIdBytes();

  /**
   *
   *
   * <pre>
   * Output only. The product pertaining to the provisioning resource as
   * specified in the Offer.
   * </pre>
   *
   * <code>string product_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
   *
   * @return The productId.
   */
  java.lang.String getProductId();
  /**
   *
   *
   * <pre>
   * Output only. The product pertaining to the provisioning resource as
   * specified in the Offer.
   * </pre>
   *
   * <code>string product_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
   *
   * @return The bytes for productId.
   */
  com.google.protobuf.ByteString getProductIdBytes();

  /**
   *
   *
   * <pre>
   * Output only. The SKU pertaining to the provisioning resource as specified
   * in the Offer.
   * </pre>
   *
   * <code>string sku_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
   *
   * @return The skuId.
   */
  java.lang.String getSkuId();
  /**
   *
   *
   * <pre>
   * Output only. The SKU pertaining to the provisioning resource as specified
   * in the Offer.
   * </pre>
   *
   * <code>string sku_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
   *
   * @return The bytes for skuId.
   */
  com.google.protobuf.ByteString getSkuIdBytes();
}
