Class Generated.ObjectFieldSelector.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Generated.ObjectFieldSelector.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Generated.ObjectFieldSelector.Builder>
      • getDefaultInstanceForType

        public Generated.ObjectFieldSelector getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Generated.ObjectFieldSelector build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Generated.ObjectFieldSelector buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Generated.ObjectFieldSelector.Builder>
      • mergeFrom

        public Generated.ObjectFieldSelector.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Generated.ObjectFieldSelector.Builder>
        Throws:
        IOException
      • hasApiVersion

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

        public com.google.protobuf.ByteString getApiVersionBytes()
         Version of the schema the FieldPath is written in terms of, defaults to "v1".
         +optional
         
        optional string apiVersion = 1;
        Specified by:
        getApiVersionBytes in interface Generated.ObjectFieldSelectorOrBuilder
        Returns:
        The bytes for apiVersion.
      • setApiVersion

        public Generated.ObjectFieldSelector.Builder setApiVersion​(String value)
         Version of the schema the FieldPath is written in terms of, defaults to "v1".
         +optional
         
        optional string apiVersion = 1;
        Parameters:
        value - The apiVersion to set.
        Returns:
        This builder for chaining.
      • clearApiVersion

        public Generated.ObjectFieldSelector.Builder clearApiVersion()
         Version of the schema the FieldPath is written in terms of, defaults to "v1".
         +optional
         
        optional string apiVersion = 1;
        Returns:
        This builder for chaining.
      • setApiVersionBytes

        public Generated.ObjectFieldSelector.Builder setApiVersionBytes​(com.google.protobuf.ByteString value)
         Version of the schema the FieldPath is written in terms of, defaults to "v1".
         +optional
         
        optional string apiVersion = 1;
        Parameters:
        value - The bytes for apiVersion to set.
        Returns:
        This builder for chaining.
      • hasFieldPath

        public boolean hasFieldPath()
         Path of the field to select in the specified API version.
         
        optional string fieldPath = 2;
        Specified by:
        hasFieldPath in interface Generated.ObjectFieldSelectorOrBuilder
        Returns:
        Whether the fieldPath field is set.
      • getFieldPathBytes

        public com.google.protobuf.ByteString getFieldPathBytes()
         Path of the field to select in the specified API version.
         
        optional string fieldPath = 2;
        Specified by:
        getFieldPathBytes in interface Generated.ObjectFieldSelectorOrBuilder
        Returns:
        The bytes for fieldPath.
      • setFieldPath

        public Generated.ObjectFieldSelector.Builder setFieldPath​(String value)
         Path of the field to select in the specified API version.
         
        optional string fieldPath = 2;
        Parameters:
        value - The fieldPath to set.
        Returns:
        This builder for chaining.
      • clearFieldPath

        public Generated.ObjectFieldSelector.Builder clearFieldPath()
         Path of the field to select in the specified API version.
         
        optional string fieldPath = 2;
        Returns:
        This builder for chaining.
      • setFieldPathBytes

        public Generated.ObjectFieldSelector.Builder setFieldPathBytes​(com.google.protobuf.ByteString value)
         Path of the field to select in the specified API version.
         
        optional string fieldPath = 2;
        Parameters:
        value - The bytes for fieldPath to set.
        Returns:
        This builder for chaining.