
com.google.cloud.compute.v1.ResourcePolicyInstanceSchedulePolicyOrBuilder 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 ResourcePolicyInstanceSchedulePolicyOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.ResourcePolicyInstanceSchedulePolicy)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The expiration time of the schedule. The timestamp is an RFC3339 string.
*
*
* optional string expiration_time = 230299229;
*
* @return Whether the expirationTime field is set.
*/
boolean hasExpirationTime();
/**
*
*
*
* The expiration time of the schedule. The timestamp is an RFC3339 string.
*
*
* optional string expiration_time = 230299229;
*
* @return The expirationTime.
*/
java.lang.String getExpirationTime();
/**
*
*
*
* The expiration time of the schedule. The timestamp is an RFC3339 string.
*
*
* optional string expiration_time = 230299229;
*
* @return The bytes for expirationTime.
*/
com.google.protobuf.ByteString getExpirationTimeBytes();
/**
*
*
*
* The start time of the schedule. The timestamp is an RFC3339 string.
*
*
* optional string start_time = 37467274;
*
* @return Whether the startTime field is set.
*/
boolean hasStartTime();
/**
*
*
*
* The start time of the schedule. The timestamp is an RFC3339 string.
*
*
* optional string start_time = 37467274;
*
* @return The startTime.
*/
java.lang.String getStartTime();
/**
*
*
*
* The start time of the schedule. The timestamp is an RFC3339 string.
*
*
* optional string start_time = 37467274;
*
* @return The bytes for startTime.
*/
com.google.protobuf.ByteString getStartTimeBytes();
/**
*
*
*
* Specifies the time zone to be used in interpreting Schedule.schedule. The value of this field must be a time zone name from the tz database: https://wikipedia.org/wiki/Tz_database.
*
*
* optional string time_zone = 36848094;
*
* @return Whether the timeZone field is set.
*/
boolean hasTimeZone();
/**
*
*
*
* Specifies the time zone to be used in interpreting Schedule.schedule. The value of this field must be a time zone name from the tz database: https://wikipedia.org/wiki/Tz_database.
*
*
* optional string time_zone = 36848094;
*
* @return The timeZone.
*/
java.lang.String getTimeZone();
/**
*
*
*
* Specifies the time zone to be used in interpreting Schedule.schedule. The value of this field must be a time zone name from the tz database: https://wikipedia.org/wiki/Tz_database.
*
*
* optional string time_zone = 36848094;
*
* @return The bytes for timeZone.
*/
com.google.protobuf.ByteString getTimeZoneBytes();
/**
*
*
*
* Specifies the schedule for starting instances.
*
*
*
* optional .google.cloud.compute.v1.ResourcePolicyInstanceSchedulePolicySchedule vm_start_schedule = 17762396;
*
*
* @return Whether the vmStartSchedule field is set.
*/
boolean hasVmStartSchedule();
/**
*
*
*
* Specifies the schedule for starting instances.
*
*
*
* optional .google.cloud.compute.v1.ResourcePolicyInstanceSchedulePolicySchedule vm_start_schedule = 17762396;
*
*
* @return The vmStartSchedule.
*/
com.google.cloud.compute.v1.ResourcePolicyInstanceSchedulePolicySchedule getVmStartSchedule();
/**
*
*
*
* Specifies the schedule for starting instances.
*
*
*
* optional .google.cloud.compute.v1.ResourcePolicyInstanceSchedulePolicySchedule vm_start_schedule = 17762396;
*
*/
com.google.cloud.compute.v1.ResourcePolicyInstanceSchedulePolicyScheduleOrBuilder
getVmStartScheduleOrBuilder();
/**
*
*
*
* Specifies the schedule for stopping instances.
*
*
*
* optional .google.cloud.compute.v1.ResourcePolicyInstanceSchedulePolicySchedule vm_stop_schedule = 426242732;
*
*
* @return Whether the vmStopSchedule field is set.
*/
boolean hasVmStopSchedule();
/**
*
*
*
* Specifies the schedule for stopping instances.
*
*
*
* optional .google.cloud.compute.v1.ResourcePolicyInstanceSchedulePolicySchedule vm_stop_schedule = 426242732;
*
*
* @return The vmStopSchedule.
*/
com.google.cloud.compute.v1.ResourcePolicyInstanceSchedulePolicySchedule getVmStopSchedule();
/**
*
*
*
* Specifies the schedule for stopping instances.
*
*
*
* optional .google.cloud.compute.v1.ResourcePolicyInstanceSchedulePolicySchedule vm_stop_schedule = 426242732;
*
*/
com.google.cloud.compute.v1.ResourcePolicyInstanceSchedulePolicyScheduleOrBuilder
getVmStopScheduleOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy