public static interface V1.ObjectFieldSelectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getApiVersion()
Version of the schema the FieldPath is written in terms of, defaults to "v1".
|
com.google.protobuf.ByteString |
getApiVersionBytes()
Version of the schema the FieldPath is written in terms of, defaults to "v1".
|
String |
getFieldPath()
Path of the field to select in the specified API version.
|
com.google.protobuf.ByteString |
getFieldPathBytes()
Path of the field to select in the specified API version.
|
boolean |
hasApiVersion()
Version of the schema the FieldPath is written in terms of, defaults to "v1".
|
boolean |
hasFieldPath()
Path of the field to select in the specified API version.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasApiVersion()
Version of the schema the FieldPath is written in terms of, defaults to "v1". +optional
optional string apiVersion = 1;String getApiVersion()
Version of the schema the FieldPath is written in terms of, defaults to "v1". +optional
optional string apiVersion = 1;com.google.protobuf.ByteString getApiVersionBytes()
Version of the schema the FieldPath is written in terms of, defaults to "v1". +optional
optional string apiVersion = 1;boolean hasFieldPath()
Path of the field to select in the specified API version.
optional string fieldPath = 2;String getFieldPath()
Path of the field to select in the specified API version.
optional string fieldPath = 2;com.google.protobuf.ByteString getFieldPathBytes()
Path of the field to select in the specified API version.
optional string fieldPath = 2;Copyright © 2019. All rights reserved.