All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.notebooks.v1.ScheduleProto Maven / Gradle / Ivy

There is a newer version: 1.52.0
Show newest version
/*
 * Copyright 2024 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/notebooks/v1/schedule.proto

// Protobuf Java Version: 3.25.3
package com.google.cloud.notebooks.v1;

public final class ScheduleProto {
  private ScheduleProto() {}

  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_notebooks_v1_Schedule_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_cloud_notebooks_v1_Schedule_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/notebooks/v1/schedule.pro"
          + "to\022\031google.cloud.notebooks.v1\032\037google/ap"
          + "i/field_behavior.proto\032\031google/api/resou"
          + "rce.proto\032)google/cloud/notebooks/v1/exe"
          + "cution.proto\032\037google/protobuf/timestamp."
          + "proto\"\214\005\n\010Schedule\022\021\n\004name\030\001 \001(\tB\003\340A\003\022\031\n"
          + "\014display_name\030\002 \001(\tB\003\340A\003\022\023\n\013description\030"
          + "\003 \001(\t\0228\n\005state\030\004 \001(\0162).google.cloud.note"
          + "books.v1.Schedule.State\022\025\n\rcron_schedule"
          + "\030\005 \001(\t\022\021\n\ttime_zone\030\006 \001(\t\0224\n\013create_time"
          + "\030\007 \001(\0132\032.google.protobuf.TimestampB\003\340A\003\022"
          + "4\n\013update_time\030\010 \001(\0132\032.google.protobuf.T"
          + "imestampB\003\340A\003\022H\n\022execution_template\030\t \001("
          + "\0132,.google.cloud.notebooks.v1.ExecutionT"
          + "emplate\022D\n\021recent_executions\030\n \003(\0132$.goo"
          + "gle.cloud.notebooks.v1.ExecutionB\003\340A\003\"x\n"
          + "\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\013\n\007ENABLED"
          + "\020\001\022\n\n\006PAUSED\020\002\022\014\n\010DISABLED\020\003\022\021\n\rUPDATE_F"
          + "AILED\020\004\022\020\n\014INITIALIZING\020\005\022\014\n\010DELETING\020\006:"
          + "c\352A`\n!notebooks.googleapis.com/Schedule\022"
          + ";projects/{project}/location/{location}/"
          + "schedules/{schedule}Bm\n\035com.google.cloud"
          + ".notebooks.v1B\rScheduleProtoP\001Z;cloud.go"
          + "ogle.com/go/notebooks/apiv1/notebookspb;"
          + "notebookspbb\006proto3"
    };
    descriptor =
        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
            descriptorData,
            new com.google.protobuf.Descriptors.FileDescriptor[] {
              com.google.api.FieldBehaviorProto.getDescriptor(),
              com.google.api.ResourceProto.getDescriptor(),
              com.google.cloud.notebooks.v1.ExecutionProto.getDescriptor(),
              com.google.protobuf.TimestampProto.getDescriptor(),
            });
    internal_static_google_cloud_notebooks_v1_Schedule_descriptor =
        getDescriptor().getMessageTypes().get(0);
    internal_static_google_cloud_notebooks_v1_Schedule_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_notebooks_v1_Schedule_descriptor,
            new java.lang.String[] {
              "Name",
              "DisplayName",
              "Description",
              "State",
              "CronSchedule",
              "TimeZone",
              "CreateTime",
              "UpdateTime",
              "ExecutionTemplate",
              "RecentExecutions",
            });
    com.google.protobuf.ExtensionRegistry registry =
        com.google.protobuf.ExtensionRegistry.newInstance();
    registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
    registry.add(com.google.api.ResourceProto.resource);
    com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
        descriptor, registry);
    com.google.api.FieldBehaviorProto.getDescriptor();
    com.google.api.ResourceProto.getDescriptor();
    com.google.cloud.notebooks.v1.ExecutionProto.getDescriptor();
    com.google.protobuf.TimestampProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy