Interface ViewSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ViewSpec
,ViewSpec.Builder
public interface ViewSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getViewQuery()
Output only.com.google.protobuf.ByteString
getViewQueryBytes()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getViewQuery
String getViewQuery()
Output only. The query that defines the table view.
string view_query = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The viewQuery.
-
getViewQueryBytes
com.google.protobuf.ByteString getViewQueryBytes()
Output only. The query that defines the table view.
string view_query = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for viewQuery.
-
-