/*
 * 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/optimization/v1/async_model.proto

package com.google.cloud.optimization.v1;

public final class AsyncModelProto {
  private AsyncModelProto() {}

  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}

  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
  }

  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_cloud_optimization_v1_InputConfig_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_cloud_optimization_v1_InputConfig_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_cloud_optimization_v1_OutputConfig_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_cloud_optimization_v1_OutputConfig_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_cloud_optimization_v1_GcsSource_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_cloud_optimization_v1_GcsSource_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_cloud_optimization_v1_GcsDestination_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_cloud_optimization_v1_GcsDestination_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_cloud_optimization_v1_AsyncModelMetadata_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_cloud_optimization_v1_AsyncModelMetadata_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
    return descriptor;
  }

  private static com.google.protobuf.Descriptors.FileDescriptor descriptor;

  static {
    java.lang.String[] descriptorData = {
      "\n.google/cloud/optimization/v1/async_mod"
          + "el.proto\022\034google.cloud.optimization.v1\032\037"
          + "google/api/field_behavior.proto\032\037google/"
          + "protobuf/timestamp.proto\"\225\001\n\013InputConfig"
          + "\022=\n\ngcs_source\030\001 \001(\0132\'.google.cloud.opti"
          + "mization.v1.GcsSourceH\000\022=\n\013data_format\030\002"
          + " \001(\0162(.google.cloud.optimization.v1.Data"
          + "FormatB\010\n\006source\"\245\001\n\014OutputConfig\022G\n\017gcs"
          + "_destination\030\001 \001(\0132,.google.cloud.optimi"
          + "zation.v1.GcsDestinationH\000\022=\n\013data_forma"
          + "t\030\002 \001(\0162(.google.cloud.optimization.v1.D"
          + "ataFormatB\r\n\013destination\"\035\n\tGcsSource\022\020\n"
          + "\003uri\030\001 \001(\tB\003\340A\002\"\"\n\016GcsDestination\022\020\n\003uri"
          + "\030\001 \001(\tB\003\340A\002\"\253\002\n\022AsyncModelMetadata\022E\n\005st"
          + "ate\030\001 \001(\01626.google.cloud.optimization.v1"
          + ".AsyncModelMetadata.State\022\025\n\rstate_messa"
          + "ge\030\002 \001(\t\022/\n\013create_time\030\003 \001(\0132\032.google.p"
          + "rotobuf.Timestamp\022/\n\013update_time\030\004 \001(\0132\032"
          + ".google.protobuf.Timestamp\"U\n\005State\022\025\n\021S"
          + "TATE_UNSPECIFIED\020\000\022\013\n\007RUNNING\020\001\022\r\n\tSUCCE"
          + "EDED\020\002\022\r\n\tCANCELLED\020\003\022\n\n\006FAILED\020\004*?\n\nDat"
          + "aFormat\022\033\n\027DATA_FORMAT_UNSPECIFIED\020\000\022\010\n\004"
          + "JSON\020\001\022\n\n\006STRING\020\002B{\n com.google.cloud.o"
          + "ptimization.v1B\017AsyncModelProtoP\001ZDcloud"
          + ".google.com/go/optimization/apiv1/optimi"
          + "zationpb;optimizationpbb\006proto3"
    };
    descriptor =
        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
            descriptorData,
            new com.google.protobuf.Descriptors.FileDescriptor[] {
              com.google.api.FieldBehaviorProto.getDescriptor(),
              com.google.protobuf.TimestampProto.getDescriptor(),
            });
    internal_static_google_cloud_optimization_v1_InputConfig_descriptor =
        getDescriptor().getMessageTypes().get(0);
    internal_static_google_cloud_optimization_v1_InputConfig_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_optimization_v1_InputConfig_descriptor,
            new java.lang.String[] {
              "GcsSource", "DataFormat", "Source",
            });
    internal_static_google_cloud_optimization_v1_OutputConfig_descriptor =
        getDescriptor().getMessageTypes().get(1);
    internal_static_google_cloud_optimization_v1_OutputConfig_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_optimization_v1_OutputConfig_descriptor,
            new java.lang.String[] {
              "GcsDestination", "DataFormat", "Destination",
            });
    internal_static_google_cloud_optimization_v1_GcsSource_descriptor =
        getDescriptor().getMessageTypes().get(2);
    internal_static_google_cloud_optimization_v1_GcsSource_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_optimization_v1_GcsSource_descriptor,
            new java.lang.String[] {
              "Uri",
            });
    internal_static_google_cloud_optimization_v1_GcsDestination_descriptor =
        getDescriptor().getMessageTypes().get(3);
    internal_static_google_cloud_optimization_v1_GcsDestination_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_optimization_v1_GcsDestination_descriptor,
            new java.lang.String[] {
              "Uri",
            });
    internal_static_google_cloud_optimization_v1_AsyncModelMetadata_descriptor =
        getDescriptor().getMessageTypes().get(4);
    internal_static_google_cloud_optimization_v1_AsyncModelMetadata_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_optimization_v1_AsyncModelMetadata_descriptor,
            new java.lang.String[] {
              "State", "StateMessage", "CreateTime", "UpdateTime",
            });
    com.google.protobuf.ExtensionRegistry registry =
        com.google.protobuf.ExtensionRegistry.newInstance();
    registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
    com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
        descriptor, registry);
    com.google.api.FieldBehaviorProto.getDescriptor();
    com.google.protobuf.TimestampProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}
