/*
 * 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/api/apikeys/v2/resources.proto

package com.google.api.apikeys.v2;

public interface AndroidApplicationOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.api.apikeys.v2.AndroidApplication)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * <pre>
   * The SHA1 fingerprint of the application. For example, both sha1 formats are
   * acceptable : DA:39:A3:EE:5E:6B:4B:0D:32:55:BF:EF:95:60:18:90:AF:D8:07:09 or
   * DA39A3EE5E6B4B0D3255BFEF95601890AFD80709.
   * Output format is the latter.
   * </pre>
   *
   * <code>string sha1_fingerprint = 1;</code>
   *
   * @return The sha1Fingerprint.
   */
  java.lang.String getSha1Fingerprint();
  /**
   *
   *
   * <pre>
   * The SHA1 fingerprint of the application. For example, both sha1 formats are
   * acceptable : DA:39:A3:EE:5E:6B:4B:0D:32:55:BF:EF:95:60:18:90:AF:D8:07:09 or
   * DA39A3EE5E6B4B0D3255BFEF95601890AFD80709.
   * Output format is the latter.
   * </pre>
   *
   * <code>string sha1_fingerprint = 1;</code>
   *
   * @return The bytes for sha1Fingerprint.
   */
  com.google.protobuf.ByteString getSha1FingerprintBytes();

  /**
   *
   *
   * <pre>
   * The package name of the application.
   * </pre>
   *
   * <code>string package_name = 2;</code>
   *
   * @return The packageName.
   */
  java.lang.String getPackageName();
  /**
   *
   *
   * <pre>
   * The package name of the application.
   * </pre>
   *
   * <code>string package_name = 2;</code>
   *
   * @return The bytes for packageName.
   */
  com.google.protobuf.ByteString getPackageNameBytes();
}
