Package com.google.cloud.compute.v1
Interface ExprOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Expr,Expr.Builder
public interface ExprOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Optional.com.google.protobuf.ByteStringgetDescriptionBytes()Optional.StringgetExpression()Textual representation of an expression in Common Expression Language syntax.com.google.protobuf.ByteStringgetExpressionBytes()Textual representation of an expression in Common Expression Language syntax.StringgetLocation()Optional.com.google.protobuf.ByteStringgetLocationBytes()Optional.StringgetTitle()Optional.com.google.protobuf.ByteStringgetTitleBytes()Optional.booleanhasDescription()Optional.booleanhasExpression()Textual representation of an expression in Common Expression Language syntax.booleanhasLocation()Optional.booleanhasTitle()Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDescription
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;- Returns:
- Whether the description field is set.
-
getDescription
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;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
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;- Returns:
- The bytes for description.
-
hasExpression
boolean hasExpression()
Textual representation of an expression in Common Expression Language syntax.
optional string expression = 352031384;- Returns:
- Whether the expression field is set.
-
getExpression
String getExpression()
Textual representation of an expression in Common Expression Language syntax.
optional string expression = 352031384;- Returns:
- The expression.
-
getExpressionBytes
com.google.protobuf.ByteString getExpressionBytes()
Textual representation of an expression in Common Expression Language syntax.
optional string expression = 352031384;- Returns:
- The bytes for expression.
-
hasLocation
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;- Returns:
- Whether the location field is set.
-
getLocation
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;- Returns:
- The location.
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()
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;- Returns:
- The bytes for location.
-
hasTitle
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;- Returns:
- Whether the title field is set.
-
getTitle
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;- Returns:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()
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;- Returns:
- The bytes for title.
-
-