public interface ObjectFieldSelectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.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".
|
java.lang.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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getApiVersion()
Version of the schema the FieldPath is written in terms of, defaults to "v1". +optional
optional string api_version = 1;com.google.protobuf.ByteString getApiVersionBytes()
Version of the schema the FieldPath is written in terms of, defaults to "v1". +optional
optional string api_version = 1;java.lang.String getFieldPath()
Path of the field to select in the specified API version.
optional string field_path = 2;com.google.protobuf.ByteString getFieldPathBytes()
Path of the field to select in the specified API version.
optional string field_path = 2;