
com.google.cloud.compute.v1.ResourcePolicySnapshotSchedulePolicyScheduleOrBuilder 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/compute/v1/compute.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.compute.v1;
public interface ResourcePolicySnapshotSchedulePolicyScheduleOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.ResourcePolicySnapshotSchedulePolicySchedule)
com.google.protobuf.MessageOrBuilder {
/**
* optional .google.cloud.compute.v1.ResourcePolicyDailyCycle daily_schedule = 86159869;
*
*
* @return Whether the dailySchedule field is set.
*/
boolean hasDailySchedule();
/**
* optional .google.cloud.compute.v1.ResourcePolicyDailyCycle daily_schedule = 86159869;
*
*
* @return The dailySchedule.
*/
com.google.cloud.compute.v1.ResourcePolicyDailyCycle getDailySchedule();
/**
* optional .google.cloud.compute.v1.ResourcePolicyDailyCycle daily_schedule = 86159869;
*
*/
com.google.cloud.compute.v1.ResourcePolicyDailyCycleOrBuilder getDailyScheduleOrBuilder();
/**
* optional .google.cloud.compute.v1.ResourcePolicyHourlyCycle hourly_schedule = 38328485;
*
*
* @return Whether the hourlySchedule field is set.
*/
boolean hasHourlySchedule();
/**
* optional .google.cloud.compute.v1.ResourcePolicyHourlyCycle hourly_schedule = 38328485;
*
*
* @return The hourlySchedule.
*/
com.google.cloud.compute.v1.ResourcePolicyHourlyCycle getHourlySchedule();
/**
* optional .google.cloud.compute.v1.ResourcePolicyHourlyCycle hourly_schedule = 38328485;
*
*/
com.google.cloud.compute.v1.ResourcePolicyHourlyCycleOrBuilder getHourlyScheduleOrBuilder();
/**
* optional .google.cloud.compute.v1.ResourcePolicyWeeklyCycle weekly_schedule = 359548053;
*
*
* @return Whether the weeklySchedule field is set.
*/
boolean hasWeeklySchedule();
/**
* optional .google.cloud.compute.v1.ResourcePolicyWeeklyCycle weekly_schedule = 359548053;
*
*
* @return The weeklySchedule.
*/
com.google.cloud.compute.v1.ResourcePolicyWeeklyCycle getWeeklySchedule();
/**
* optional .google.cloud.compute.v1.ResourcePolicyWeeklyCycle weekly_schedule = 359548053;
*
*/
com.google.cloud.compute.v1.ResourcePolicyWeeklyCycleOrBuilder getWeeklyScheduleOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy