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

com.google.appengine.repackaged.com.google.type.ExprOrBuilder Maven / Gradle / Ivy

Go to download

API for Google App Engine standard environment with some of the dependencies shaded (repackaged)

There is a newer version: 2.0.27
Show newest version
/*
 * Copyright 2020 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/type/expr.proto

package com.google.type;

public interface ExprOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.type.Expr)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Textual representation of an expression in Common Expression Language
   * syntax.
   * 
* * string expression = 1; * * @return The expression. */ java.lang.String getExpression(); /** * * *
   * Textual representation of an expression in Common Expression Language
   * syntax.
   * 
* * string expression = 1; * * @return The bytes for expression. */ com.google.protobuf.ByteString getExpressionBytes(); /** * * *
   * 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.
   * 
* * string title = 2; * * @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.
   * 
* * string title = 2; * * @return The bytes for title. */ com.google.protobuf.ByteString getTitleBytes(); /** * * *
   * Optional. Description of the expression. This is a longer text which
   * describes the expression, e.g. when hovered over it in a UI.
   * 
* * string description = 3; * * @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.
   * 
* * string description = 3; * * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); /** * * *
   * Optional. String indicating the location of the expression for error
   * reporting, e.g. a file name and a position in the file.
   * 
* * string location = 4; * * @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.
   * 
* * string location = 4; * * @return The bytes for location. */ com.google.protobuf.ByteString getLocationBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy