/*
 * 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/functions/v1/operations.proto

package com.google.cloud.functions.v1;

public final class FunctionsOperationsProto {
  private FunctionsOperationsProto() {}

  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_functions_v1_OperationMetadataV1_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_cloud_functions_v1_OperationMetadataV1_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/functions/v1/operations.p"
          + "roto\022\031google.cloud.functions.v1\032\031google/"
          + "protobuf/any.proto\032\037google/protobuf/time"
          + "stamp.proto\"\205\002\n\023OperationMetadataV1\022\016\n\006t"
          + "arget\030\001 \001(\t\0226\n\004type\030\002 \001(\0162(.google.cloud"
          + ".functions.v1.OperationType\022%\n\007request\030\003"
          + " \001(\0132\024.google.protobuf.Any\022\022\n\nversion_id"
          + "\030\004 \001(\003\022/\n\013update_time\030\005 \001(\0132\032.google.pro"
          + "tobuf.Timestamp\022\020\n\010build_id\030\006 \001(\t\022\024\n\014sou"
          + "rce_token\030\007 \001(\t\022\022\n\nbuild_name\030\010 \001(\t*i\n\rO"
          + "perationType\022\031\n\025OPERATION_UNSPECIFIED\020\000\022"
          + "\023\n\017CREATE_FUNCTION\020\001\022\023\n\017UPDATE_FUNCTION\020"
          + "\002\022\023\n\017DELETE_FUNCTION\020\003Bx\n\035com.google.clo"
          + "ud.functions.v1B\030FunctionsOperationsProt"
          + "oP\001Z;cloud.google.com/go/functions/apiv1"
          + "/functionspb;functionspbb\006proto3"
    };
    descriptor =
        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
            descriptorData,
            new com.google.protobuf.Descriptors.FileDescriptor[] {
              com.google.protobuf.AnyProto.getDescriptor(),
              com.google.protobuf.TimestampProto.getDescriptor(),
            });
    internal_static_google_cloud_functions_v1_OperationMetadataV1_descriptor =
        getDescriptor().getMessageTypes().get(0);
    internal_static_google_cloud_functions_v1_OperationMetadataV1_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_functions_v1_OperationMetadataV1_descriptor,
            new java.lang.String[] {
              "Target",
              "Type",
              "Request",
              "VersionId",
              "UpdateTime",
              "BuildId",
              "SourceToken",
              "BuildName",
            });
    com.google.protobuf.AnyProto.getDescriptor();
    com.google.protobuf.TimestampProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}
