Package com.google.api.expr.v1alpha1
Interface Expr.CreateStructOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Expr.CreateStruct,Expr.CreateStruct.Builder
- Enclosing class:
Expr
public static interface Expr.CreateStructOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEntries(int index) The entries in the creation expression.intThe entries in the creation expression.The entries in the creation expression.The type name of the message to be created; empty when creating map literals.com.google.protobuf.ByteStringThe type name of the message to be created; empty when creating map literals.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getMessageName
String getMessageName()The type name of the message to be created; empty when creating map literals.
string message_name = 1 [json_name = "messageName"];- Returns:
- The messageName.
-
getMessageNameBytes
com.google.protobuf.ByteString getMessageNameBytes()The type name of the message to be created; empty when creating map literals.
string message_name = 1 [json_name = "messageName"];- Returns:
- The bytes for messageName.
-
getEntriesList
List<Expr.CreateStruct.Entry> getEntriesList()The entries in the creation expression.
repeated .google.api.expr.v1alpha1.Expr.CreateStruct.Entry entries = 2 [json_name = "entries"]; -
getEntries
The entries in the creation expression.
repeated .google.api.expr.v1alpha1.Expr.CreateStruct.Entry entries = 2 [json_name = "entries"]; -
getEntriesCount
int getEntriesCount()The entries in the creation expression.
repeated .google.api.expr.v1alpha1.Expr.CreateStruct.Entry entries = 2 [json_name = "entries"];
-