Interface LabelOperationOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Label getCreate()
      Create operation: No resource name is expected for the new label.
      LabelOrBuilder getCreateOrBuilder()
      Create operation: No resource name is expected for the new label.
      LabelOperation.OperationCase getOperationCase()  
      java.lang.String getRemove()
      Remove operation: A resource name for the label being removed, in this format: `customers/{customer_id}/labels/{label_id}`
      com.google.protobuf.ByteString getRemoveBytes()
      Remove operation: A resource name for the label being removed, in this format: `customers/{customer_id}/labels/{label_id}`
      Label getUpdate()
      Update operation: The label is expected to have a valid resource name.
      com.google.protobuf.FieldMask getUpdateMask()
      FieldMask that determines which resource fields are modified in an update.
      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
      FieldMask that determines which resource fields are modified in an update.
      LabelOrBuilder getUpdateOrBuilder()
      Update operation: The label is expected to have a valid resource name.
      boolean hasCreate()
      Create operation: No resource name is expected for the new label.
      boolean hasRemove()
      Remove operation: A resource name for the label being removed, in this format: `customers/{customer_id}/labels/{label_id}`
      boolean hasUpdate()
      Update operation: The label is expected to have a valid resource name.
      boolean hasUpdateMask()
      FieldMask that determines which resource fields are modified in an update.
      • 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

      • hasUpdateMask

        boolean hasUpdateMask()
         FieldMask that determines which resource fields are modified in an update.
         
        .google.protobuf.FieldMask update_mask = 4;
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         FieldMask that determines which resource fields are modified in an update.
         
        .google.protobuf.FieldMask update_mask = 4;
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         FieldMask that determines which resource fields are modified in an update.
         
        .google.protobuf.FieldMask update_mask = 4;
      • hasCreate

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

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

        LabelOrBuilder getCreateOrBuilder()
         Create operation: No resource name is expected for the new label.
         
        .google.ads.googleads.v10.resources.Label create = 1;
      • hasUpdate

        boolean hasUpdate()
         Update operation: The label is expected to have a valid resource name.
         
        .google.ads.googleads.v10.resources.Label update = 2;
        Returns:
        Whether the update field is set.
      • getUpdate

        Label getUpdate()
         Update operation: The label is expected to have a valid resource name.
         
        .google.ads.googleads.v10.resources.Label update = 2;
        Returns:
        The update.
      • getUpdateOrBuilder

        LabelOrBuilder getUpdateOrBuilder()
         Update operation: The label is expected to have a valid resource name.
         
        .google.ads.googleads.v10.resources.Label update = 2;
      • hasRemove

        boolean hasRemove()
         Remove operation: A resource name for the label being removed, in
         this format:
         `customers/{customer_id}/labels/{label_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 label being removed, in
         this format:
         `customers/{customer_id}/labels/{label_id}`
         
        string remove = 3 [(.google.api.resource_reference) = { ... }
        Returns:
        The remove.
      • getRemoveBytes

        com.google.protobuf.ByteString getRemoveBytes()
         Remove operation: A resource name for the label being removed, in
         this format:
         `customers/{customer_id}/labels/{label_id}`
         
        string remove = 3 [(.google.api.resource_reference) = { ... }
        Returns:
        The bytes for remove.