/*
 * 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/automl/v1beta1/data_stats.proto

package com.google.cloud.automl.v1beta1;

public interface DataStatsOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.automl.v1beta1.DataStats)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * <pre>
   * The statistics for FLOAT64 DataType.
   * </pre>
   *
   * <code>.google.cloud.automl.v1beta1.Float64Stats float64_stats = 3;</code>
   *
   * @return Whether the float64Stats field is set.
   */
  boolean hasFloat64Stats();
  /**
   *
   *
   * <pre>
   * The statistics for FLOAT64 DataType.
   * </pre>
   *
   * <code>.google.cloud.automl.v1beta1.Float64Stats float64_stats = 3;</code>
   *
   * @return The float64Stats.
   */
  com.google.cloud.automl.v1beta1.Float64Stats getFloat64Stats();
  /**
   *
   *
   * <pre>
   * The statistics for FLOAT64 DataType.
   * </pre>
   *
   * <code>.google.cloud.automl.v1beta1.Float64Stats float64_stats = 3;</code>
   */
  com.google.cloud.automl.v1beta1.Float64StatsOrBuilder getFloat64StatsOrBuilder();

  /**
   *
   *
   * <pre>
   * The statistics for STRING DataType.
   * </pre>
   *
   * <code>.google.cloud.automl.v1beta1.StringStats string_stats = 4;</code>
   *
   * @return Whether the stringStats field is set.
   */
  boolean hasStringStats();
  /**
   *
   *
   * <pre>
   * The statistics for STRING DataType.
   * </pre>
   *
   * <code>.google.cloud.automl.v1beta1.StringStats string_stats = 4;</code>
   *
   * @return The stringStats.
   */
  com.google.cloud.automl.v1beta1.StringStats getStringStats();
  /**
   *
   *
   * <pre>
   * The statistics for STRING DataType.
   * </pre>
   *
   * <code>.google.cloud.automl.v1beta1.StringStats string_stats = 4;</code>
   */
  com.google.cloud.automl.v1beta1.StringStatsOrBuilder getStringStatsOrBuilder();

  /**
   *
   *
   * <pre>
   * The statistics for TIMESTAMP DataType.
   * </pre>
   *
   * <code>.google.cloud.automl.v1beta1.TimestampStats timestamp_stats = 5;</code>
   *
   * @return Whether the timestampStats field is set.
   */
  boolean hasTimestampStats();
  /**
   *
   *
   * <pre>
   * The statistics for TIMESTAMP DataType.
   * </pre>
   *
   * <code>.google.cloud.automl.v1beta1.TimestampStats timestamp_stats = 5;</code>
   *
   * @return The timestampStats.
   */
  com.google.cloud.automl.v1beta1.TimestampStats getTimestampStats();
  /**
   *
   *
   * <pre>
   * The statistics for TIMESTAMP DataType.
   * </pre>
   *
   * <code>.google.cloud.automl.v1beta1.TimestampStats timestamp_stats = 5;</code>
   */
  com.google.cloud.automl.v1beta1.TimestampStatsOrBuilder getTimestampStatsOrBuilder();

  /**
   *
   *
   * <pre>
   * The statistics for ARRAY DataType.
   * </pre>
   *
   * <code>.google.cloud.automl.v1beta1.ArrayStats array_stats = 6;</code>
   *
   * @return Whether the arrayStats field is set.
   */
  boolean hasArrayStats();
  /**
   *
   *
   * <pre>
   * The statistics for ARRAY DataType.
   * </pre>
   *
   * <code>.google.cloud.automl.v1beta1.ArrayStats array_stats = 6;</code>
   *
   * @return The arrayStats.
   */
  com.google.cloud.automl.v1beta1.ArrayStats getArrayStats();
  /**
   *
   *
   * <pre>
   * The statistics for ARRAY DataType.
   * </pre>
   *
   * <code>.google.cloud.automl.v1beta1.ArrayStats array_stats = 6;</code>
   */
  com.google.cloud.automl.v1beta1.ArrayStatsOrBuilder getArrayStatsOrBuilder();

  /**
   *
   *
   * <pre>
   * The statistics for STRUCT DataType.
   * </pre>
   *
   * <code>.google.cloud.automl.v1beta1.StructStats struct_stats = 7;</code>
   *
   * @return Whether the structStats field is set.
   */
  boolean hasStructStats();
  /**
   *
   *
   * <pre>
   * The statistics for STRUCT DataType.
   * </pre>
   *
   * <code>.google.cloud.automl.v1beta1.StructStats struct_stats = 7;</code>
   *
   * @return The structStats.
   */
  com.google.cloud.automl.v1beta1.StructStats getStructStats();
  /**
   *
   *
   * <pre>
   * The statistics for STRUCT DataType.
   * </pre>
   *
   * <code>.google.cloud.automl.v1beta1.StructStats struct_stats = 7;</code>
   */
  com.google.cloud.automl.v1beta1.StructStatsOrBuilder getStructStatsOrBuilder();

  /**
   *
   *
   * <pre>
   * The statistics for CATEGORY DataType.
   * </pre>
   *
   * <code>.google.cloud.automl.v1beta1.CategoryStats category_stats = 8;</code>
   *
   * @return Whether the categoryStats field is set.
   */
  boolean hasCategoryStats();
  /**
   *
   *
   * <pre>
   * The statistics for CATEGORY DataType.
   * </pre>
   *
   * <code>.google.cloud.automl.v1beta1.CategoryStats category_stats = 8;</code>
   *
   * @return The categoryStats.
   */
  com.google.cloud.automl.v1beta1.CategoryStats getCategoryStats();
  /**
   *
   *
   * <pre>
   * The statistics for CATEGORY DataType.
   * </pre>
   *
   * <code>.google.cloud.automl.v1beta1.CategoryStats category_stats = 8;</code>
   */
  com.google.cloud.automl.v1beta1.CategoryStatsOrBuilder getCategoryStatsOrBuilder();

  /**
   *
   *
   * <pre>
   * The number of distinct values.
   * </pre>
   *
   * <code>int64 distinct_value_count = 1;</code>
   *
   * @return The distinctValueCount.
   */
  long getDistinctValueCount();

  /**
   *
   *
   * <pre>
   * The number of values that are null.
   * </pre>
   *
   * <code>int64 null_value_count = 2;</code>
   *
   * @return The nullValueCount.
   */
  long getNullValueCount();

  /**
   *
   *
   * <pre>
   * The number of values that are valid.
   * </pre>
   *
   * <code>int64 valid_value_count = 9;</code>
   *
   * @return The validValueCount.
   */
  long getValidValueCount();

  public com.google.cloud.automl.v1beta1.DataStats.StatsCase getStatsCase();
}
