Interface FeedMappingOperationOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    FeedMappingOperation, FeedMappingOperation.Builder

    public interface FeedMappingOperationOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      FeedMapping getCreate()
      Create operation: No resource name is expected for the new feed mapping.
      FeedMappingOrBuilder getCreateOrBuilder()
      Create operation: No resource name is expected for the new feed mapping.
      FeedMappingOperation.OperationCase getOperationCase()  
      java.lang.String getRemove()
      Remove operation: A resource name for the removed feed mapping is expected, in this format: `customers/{customer_id}/feedMappings/{feed_id}~{feed_mapping_id}`
      com.google.protobuf.ByteString getRemoveBytes()
      Remove operation: A resource name for the removed feed mapping is expected, in this format: `customers/{customer_id}/feedMappings/{feed_id}~{feed_mapping_id}`
      boolean hasCreate()
      Create operation: No resource name is expected for the new feed mapping.
      boolean hasRemove()
      Remove operation: A resource name for the removed feed mapping is expected, in this format: `customers/{customer_id}/feedMappings/{feed_id}~{feed_mapping_id}`
      • 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

      • hasCreate

        boolean hasCreate()
         Create operation: No resource name is expected for the new feed mapping.
         
        .google.ads.googleads.v10.resources.FeedMapping create = 1;
        Returns:
        Whether the create field is set.
      • getCreate

        FeedMapping getCreate()
         Create operation: No resource name is expected for the new feed mapping.
         
        .google.ads.googleads.v10.resources.FeedMapping create = 1;
        Returns:
        The create.
      • getCreateOrBuilder

        FeedMappingOrBuilder getCreateOrBuilder()
         Create operation: No resource name is expected for the new feed mapping.
         
        .google.ads.googleads.v10.resources.FeedMapping create = 1;
      • hasRemove

        boolean hasRemove()
         Remove operation: A resource name for the removed feed mapping is
         expected, in this format:
         `customers/{customer_id}/feedMappings/{feed_id}~{feed_mapping_id}`
         
        string remove = 3 [(.google.api.resource_reference) = { ... }
        Returns:
        Whether the remove field is set.
      • getRemove

        java.lang.String getRemove()
         Remove operation: A resource name for the removed feed mapping is
         expected, in this format:
         `customers/{customer_id}/feedMappings/{feed_id}~{feed_mapping_id}`
         
        string remove = 3 [(.google.api.resource_reference) = { ... }
        Returns:
        The remove.
      • getRemoveBytes

        com.google.protobuf.ByteString getRemoveBytes()
         Remove operation: A resource name for the removed feed mapping is
         expected, in this format:
         `customers/{customer_id}/feedMappings/{feed_id}~{feed_mapping_id}`
         
        string remove = 3 [(.google.api.resource_reference) = { ... }
        Returns:
        The bytes for remove.