Interface TransportOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Transport.IntermediaryCase getIntermediaryCase()  
      Pubsub getPubsub()
      The Pub/Sub topic and subscription used by Eventarc as a transport intermediary.
      PubsubOrBuilder getPubsubOrBuilder()
      The Pub/Sub topic and subscription used by Eventarc as a transport intermediary.
      boolean hasPubsub()
      The Pub/Sub topic and subscription used by Eventarc as a transport intermediary.
      • 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

      • hasPubsub

        boolean hasPubsub()
         The Pub/Sub topic and subscription used by Eventarc as a transport
         intermediary.
         
        .google.cloud.eventarc.v1.Pubsub pubsub = 1;
        Returns:
        Whether the pubsub field is set.
      • getPubsub

        Pubsub getPubsub()
         The Pub/Sub topic and subscription used by Eventarc as a transport
         intermediary.
         
        .google.cloud.eventarc.v1.Pubsub pubsub = 1;
        Returns:
        The pubsub.
      • getPubsubOrBuilder

        PubsubOrBuilder getPubsubOrBuilder()
         The Pub/Sub topic and subscription used by Eventarc as a transport
         intermediary.
         
        .google.cloud.eventarc.v1.Pubsub pubsub = 1;