Uses of Class
com.google.cloud.eventarc.v1.Pubsub
-
Packages that use Pubsub Package Description com.google.cloud.eventarc.v1 A client to Eventarc API -
-
Uses of Pubsub in com.google.cloud.eventarc.v1
Methods in com.google.cloud.eventarc.v1 that return Pubsub Modifier and Type Method Description Pubsub
Pubsub.Builder. build()
Pubsub
Pubsub.Builder. buildPartial()
static Pubsub
Pubsub. getDefaultInstance()
Pubsub
Pubsub.Builder. getDefaultInstanceForType()
Pubsub
Pubsub. getDefaultInstanceForType()
Pubsub
Transport.Builder. getPubsub()
The Pub/Sub topic and subscription used by Eventarc as a transport intermediary.Pubsub
Transport. getPubsub()
The Pub/Sub topic and subscription used by Eventarc as a transport intermediary.Pubsub
TransportOrBuilder. getPubsub()
The Pub/Sub topic and subscription used by Eventarc as a transport intermediary.static Pubsub
Pubsub. parseDelimitedFrom(InputStream input)
static Pubsub
Pubsub. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Pubsub
Pubsub. parseFrom(byte[] data)
static Pubsub
Pubsub. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Pubsub
Pubsub. parseFrom(com.google.protobuf.ByteString data)
static Pubsub
Pubsub. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Pubsub
Pubsub. parseFrom(com.google.protobuf.CodedInputStream input)
static Pubsub
Pubsub. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Pubsub
Pubsub. parseFrom(InputStream input)
static Pubsub
Pubsub. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Pubsub
Pubsub. parseFrom(ByteBuffer data)
static Pubsub
Pubsub. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.eventarc.v1 that return types with arguments of type Pubsub Modifier and Type Method Description com.google.protobuf.Parser<Pubsub>
Pubsub. getParserForType()
static com.google.protobuf.Parser<Pubsub>
Pubsub. parser()
Methods in com.google.cloud.eventarc.v1 with parameters of type Pubsub Modifier and Type Method Description Pubsub.Builder
Pubsub.Builder. mergeFrom(Pubsub other)
Transport.Builder
Transport.Builder. mergePubsub(Pubsub value)
The Pub/Sub topic and subscription used by Eventarc as a transport intermediary.static Pubsub.Builder
Pubsub. newBuilder(Pubsub prototype)
Transport.Builder
Transport.Builder. setPubsub(Pubsub value)
The Pub/Sub topic and subscription used by Eventarc as a transport intermediary.
-