Interface V1.ObjectFieldSelectorOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1.ObjectFieldSelector, V1.ObjectFieldSelector.Builder
Enclosing class:
V1

public static interface V1.ObjectFieldSelectorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Version of the schema the FieldPath is written in terms of, defaults to "v1".
    com.google.protobuf.ByteString
    Version of the schema the FieldPath is written in terms of, defaults to "v1".
    Path of the field to select in the specified API version.
    com.google.protobuf.ByteString
    Path of the field to select in the specified API version.
    boolean
    Version of the schema the FieldPath is written in terms of, defaults to "v1".
    boolean
    Path of the field to select in the specified API version.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasApiVersion

      boolean hasApiVersion()
       Version of the schema the FieldPath is written in terms of, defaults to "v1".
       +optional
       
      optional string apiVersion = 1;
    • getApiVersion

      String getApiVersion()
       Version of the schema the FieldPath is written in terms of, defaults to "v1".
       +optional
       
      optional string apiVersion = 1;
    • getApiVersionBytes

      com.google.protobuf.ByteString getApiVersionBytes()
       Version of the schema the FieldPath is written in terms of, defaults to "v1".
       +optional
       
      optional string apiVersion = 1;
    • hasFieldPath

      boolean hasFieldPath()
       Path of the field to select in the specified API version.
       
      optional string fieldPath = 2;
    • getFieldPath

      String getFieldPath()
       Path of the field to select in the specified API version.
       
      optional string fieldPath = 2;
    • getFieldPathBytes

      com.google.protobuf.ByteString getFieldPathBytes()
       Path of the field to select in the specified API version.
       
      optional string fieldPath = 2;