com.google.cloud.compute.v1.InstanceManagedByIgmErrorInstanceActionDetailsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-compute-v1 Show documentation
Show all versions of proto-google-cloud-compute-v1 Show documentation
Proto library for google-cloud-compute
/*
* 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 InstanceManagedByIgmErrorInstanceActionDetailsOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.InstanceManagedByIgmErrorInstanceActionDetails)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* [Output Only] Action that managed instance group was executing on the instance when the error occurred. Possible values:
* Check the Action enum for the list of possible values.
*
*
* optional string action = 187661878;
*
* @return Whether the action field is set.
*/
boolean hasAction();
/**
*
*
*
* [Output Only] Action that managed instance group was executing on the instance when the error occurred. Possible values:
* Check the Action enum for the list of possible values.
*
*
* optional string action = 187661878;
*
* @return The action.
*/
java.lang.String getAction();
/**
*
*
*
* [Output Only] Action that managed instance group was executing on the instance when the error occurred. Possible values:
* Check the Action enum for the list of possible values.
*
*
* optional string action = 187661878;
*
* @return The bytes for action.
*/
com.google.protobuf.ByteString getActionBytes();
/**
*
*
*
* [Output Only] The URL of the instance. The URL can be set even if the instance has not yet been created.
*
*
* optional string instance = 18257045;
*
* @return Whether the instance field is set.
*/
boolean hasInstance();
/**
*
*
*
* [Output Only] The URL of the instance. The URL can be set even if the instance has not yet been created.
*
*
* optional string instance = 18257045;
*
* @return The instance.
*/
java.lang.String getInstance();
/**
*
*
*
* [Output Only] The URL of the instance. The URL can be set even if the instance has not yet been created.
*
*
* optional string instance = 18257045;
*
* @return The bytes for instance.
*/
com.google.protobuf.ByteString getInstanceBytes();
/**
*
*
*
* [Output Only] Version this instance was created from, or was being created from, but the creation failed. Corresponds to one of the versions that were set on the Instance Group Manager resource at the time this instance was being created.
*
*
* optional .google.cloud.compute.v1.ManagedInstanceVersion version = 351608024;
*
* @return Whether the version field is set.
*/
boolean hasVersion();
/**
*
*
*
* [Output Only] Version this instance was created from, or was being created from, but the creation failed. Corresponds to one of the versions that were set on the Instance Group Manager resource at the time this instance was being created.
*
*
* optional .google.cloud.compute.v1.ManagedInstanceVersion version = 351608024;
*
* @return The version.
*/
com.google.cloud.compute.v1.ManagedInstanceVersion getVersion();
/**
*
*
*
* [Output Only] Version this instance was created from, or was being created from, but the creation failed. Corresponds to one of the versions that were set on the Instance Group Manager resource at the time this instance was being created.
*
*
* optional .google.cloud.compute.v1.ManagedInstanceVersion version = 351608024;
*/
com.google.cloud.compute.v1.ManagedInstanceVersionOrBuilder getVersionOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy