Interface Generated.ObjectFieldSelectorOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • 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 Detail

      • hasApiVersion

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

        String getApiVersion()
         Version of the schema the FieldPath is written in terms of, defaults to "v1".
         +optional
         
        optional string apiVersion = 1;
        Returns:
        The apiVersion.
      • 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;
        Returns:
        The bytes for apiVersion.
      • hasFieldPath

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

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

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