Uses of Class
com.google.cloud.eventarc.v1.CloudRun
-
Packages that use CloudRun Package Description com.google.cloud.eventarc.v1 A client to Eventarc API -
-
Uses of CloudRun in com.google.cloud.eventarc.v1
Methods in com.google.cloud.eventarc.v1 that return CloudRun Modifier and Type Method Description CloudRun
CloudRun.Builder. build()
CloudRun
CloudRun.Builder. buildPartial()
CloudRun
Destination.Builder. getCloudRun()
Cloud Run fully-managed resource that receives the events.CloudRun
Destination. getCloudRun()
Cloud Run fully-managed resource that receives the events.CloudRun
DestinationOrBuilder. getCloudRun()
Cloud Run fully-managed resource that receives the events.static CloudRun
CloudRun. getDefaultInstance()
CloudRun
CloudRun.Builder. getDefaultInstanceForType()
CloudRun
CloudRun. getDefaultInstanceForType()
static CloudRun
CloudRun. parseDelimitedFrom(InputStream input)
static CloudRun
CloudRun. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudRun
CloudRun. parseFrom(byte[] data)
static CloudRun
CloudRun. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudRun
CloudRun. parseFrom(com.google.protobuf.ByteString data)
static CloudRun
CloudRun. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudRun
CloudRun. parseFrom(com.google.protobuf.CodedInputStream input)
static CloudRun
CloudRun. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudRun
CloudRun. parseFrom(InputStream input)
static CloudRun
CloudRun. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudRun
CloudRun. parseFrom(ByteBuffer data)
static CloudRun
CloudRun. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.eventarc.v1 that return types with arguments of type CloudRun Modifier and Type Method Description com.google.protobuf.Parser<CloudRun>
CloudRun. getParserForType()
static com.google.protobuf.Parser<CloudRun>
CloudRun. parser()
Methods in com.google.cloud.eventarc.v1 with parameters of type CloudRun Modifier and Type Method Description Destination.Builder
Destination.Builder. mergeCloudRun(CloudRun value)
Cloud Run fully-managed resource that receives the events.CloudRun.Builder
CloudRun.Builder. mergeFrom(CloudRun other)
static CloudRun.Builder
CloudRun. newBuilder(CloudRun prototype)
Destination.Builder
Destination.Builder. setCloudRun(CloudRun value)
Cloud Run fully-managed resource that receives the events.
-