
com.google.cloud.compute.v1.ExprOrBuilder 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 ExprOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.Expr)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
*
*
* optional string description = 422937596;
*
* @return Whether the description field is set.
*/
boolean hasDescription();
/**
*
*
*
* Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
*
*
* optional string description = 422937596;
*
* @return The description.
*/
java.lang.String getDescription();
/**
*
*
*
* Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
*
*
* optional string description = 422937596;
*
* @return The bytes for description.
*/
com.google.protobuf.ByteString getDescriptionBytes();
/**
*
*
*
* Textual representation of an expression in Common Expression Language syntax.
*
*
* optional string expression = 352031384;
*
* @return Whether the expression field is set.
*/
boolean hasExpression();
/**
*
*
*
* Textual representation of an expression in Common Expression Language syntax.
*
*
* optional string expression = 352031384;
*
* @return The expression.
*/
java.lang.String getExpression();
/**
*
*
*
* Textual representation of an expression in Common Expression Language syntax.
*
*
* optional string expression = 352031384;
*
* @return The bytes for expression.
*/
com.google.protobuf.ByteString getExpressionBytes();
/**
*
*
*
* Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
*
*
* optional string location = 290430901;
*
* @return Whether the location field is set.
*/
boolean hasLocation();
/**
*
*
*
* Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
*
*
* optional string location = 290430901;
*
* @return The location.
*/
java.lang.String getLocation();
/**
*
*
*
* Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
*
*
* optional string location = 290430901;
*
* @return The bytes for location.
*/
com.google.protobuf.ByteString getLocationBytes();
/**
*
*
*
* Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
*
*
* optional string title = 110371416;
*
* @return Whether the title field is set.
*/
boolean hasTitle();
/**
*
*
*
* Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
*
*
* optional string title = 110371416;
*
* @return The title.
*/
java.lang.String getTitle();
/**
*
*
*
* Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
*
*
* optional string title = 110371416;
*
* @return The bytes for title.
*/
com.google.protobuf.ByteString getTitleBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy