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

target.apidocs.com.google.api.services.compute.model.Expr.html Maven / Gradle / Ivy







Expr (Compute Engine API v1-rev20200104-1.30.8)












com.google.api.services.compute.model

Class Expr

    • Constructor Detail

      • Expr

        public Expr()
    • Method Detail

      • getDescription

        public String getDescription()
        An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
        Returns:
        value or null for none
      • setDescription

        public Expr setDescription(String description)
        An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
        Parameters:
        description - description or null for none
      • getExpression

        public String getExpression()
        Textual representation of an expression in Common Expression Language syntax. The application context of the containing message determines which well-known feature set of CEL is supported.
        Returns:
        value or null for none
      • setExpression

        public Expr setExpression(String expression)
        Textual representation of an expression in Common Expression Language syntax. The application context of the containing message determines which well-known feature set of CEL is supported.
        Parameters:
        expression - expression or null for none
      • getLocation

        public String getLocation()
        An optional string indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
        Returns:
        value or null for none
      • setLocation

        public Expr setLocation(String location)
        An optional string indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
        Parameters:
        location - location or null for none
      • getTitle

        public String getTitle()
        An 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.
        Returns:
        value or null for none
      • setTitle

        public Expr setTitle(String title)
        An 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.
        Parameters:
        title - title or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy