Interface TransferableOfferOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Offer getOffer()
      Offer with parameter constraints updated to allow the Transfer.
      OfferOrBuilder getOfferOrBuilder()
      Offer with parameter constraints updated to allow the Transfer.
      boolean hasOffer()
      Offer with parameter constraints updated to allow the Transfer.
      • 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

      • hasOffer

        boolean hasOffer()
         Offer with parameter constraints updated to allow the Transfer.
         
        .google.cloud.channel.v1.Offer offer = 1;
        Returns:
        Whether the offer field is set.
      • getOffer

        Offer getOffer()
         Offer with parameter constraints updated to allow the Transfer.
         
        .google.cloud.channel.v1.Offer offer = 1;
        Returns:
        The offer.
      • getOfferOrBuilder

        OfferOrBuilder getOfferOrBuilder()
         Offer with parameter constraints updated to allow the Transfer.
         
        .google.cloud.channel.v1.Offer offer = 1;