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

com.google.cloud.netapp.v1.WeeklyScheduleOrBuilder Maven / Gradle / Ivy

/*
 * 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/netapp/v1/volume.proto

// Protobuf Java Version: 3.25.5
package com.google.cloud.netapp.v1;

public interface WeeklyScheduleOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.netapp.v1.WeeklySchedule)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The maximum number of Snapshots to keep for the hourly schedule
   * 
* * optional double snapshots_to_keep = 1; * * @return Whether the snapshotsToKeep field is set. */ boolean hasSnapshotsToKeep(); /** * * *
   * The maximum number of Snapshots to keep for the hourly schedule
   * 
* * optional double snapshots_to_keep = 1; * * @return The snapshotsToKeep. */ double getSnapshotsToKeep(); /** * * *
   * Set the minute of the hour to start the snapshot (0-59), defaults to the
   * top of the hour (0).
   * 
* * optional double minute = 2; * * @return Whether the minute field is set. */ boolean hasMinute(); /** * * *
   * Set the minute of the hour to start the snapshot (0-59), defaults to the
   * top of the hour (0).
   * 
* * optional double minute = 2; * * @return The minute. */ double getMinute(); /** * * *
   * Set the hour to start the snapshot (0-23), defaults to midnight (0).
   * 
* * optional double hour = 3; * * @return Whether the hour field is set. */ boolean hasHour(); /** * * *
   * Set the hour to start the snapshot (0-23), defaults to midnight (0).
   * 
* * optional double hour = 3; * * @return The hour. */ double getHour(); /** * * *
   * Set the day or days of the week to make a snapshot. Accepts a comma
   * separated days of the week. Defaults to 'Sunday'.
   * 
* * optional string day = 4; * * @return Whether the day field is set. */ boolean hasDay(); /** * * *
   * Set the day or days of the week to make a snapshot. Accepts a comma
   * separated days of the week. Defaults to 'Sunday'.
   * 
* * optional string day = 4; * * @return The day. */ java.lang.String getDay(); /** * * *
   * Set the day or days of the week to make a snapshot. Accepts a comma
   * separated days of the week. Defaults to 'Sunday'.
   * 
* * optional string day = 4; * * @return The bytes for day. */ com.google.protobuf.ByteString getDayBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy