Uses of Class
com.google.cloud.eventarc.v1.Destination
-
Packages that use Destination Package Description com.google.cloud.eventarc.v1 A client to Eventarc API -
-
Uses of Destination in com.google.cloud.eventarc.v1
Methods in com.google.cloud.eventarc.v1 that return Destination Modifier and Type Method Description DestinationDestination.Builder. build()DestinationDestination.Builder. buildPartial()static DestinationDestination. getDefaultInstance()DestinationDestination.Builder. getDefaultInstanceForType()DestinationDestination. getDefaultInstanceForType()DestinationTrigger.Builder. getDestination()Required.DestinationTrigger. getDestination()Required.DestinationTriggerOrBuilder. getDestination()Required.static DestinationDestination. parseDelimitedFrom(InputStream input)static DestinationDestination. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DestinationDestination. parseFrom(byte[] data)static DestinationDestination. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DestinationDestination. parseFrom(com.google.protobuf.ByteString data)static DestinationDestination. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DestinationDestination. parseFrom(com.google.protobuf.CodedInputStream input)static DestinationDestination. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DestinationDestination. parseFrom(InputStream input)static DestinationDestination. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DestinationDestination. parseFrom(ByteBuffer data)static DestinationDestination. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.eventarc.v1 that return types with arguments of type Destination Modifier and Type Method Description com.google.protobuf.Parser<Destination>Destination. getParserForType()static com.google.protobuf.Parser<Destination>Destination. parser()Methods in com.google.cloud.eventarc.v1 with parameters of type Destination Modifier and Type Method Description Trigger.BuilderTrigger.Builder. mergeDestination(Destination value)Required.Destination.BuilderDestination.Builder. mergeFrom(Destination other)static Destination.BuilderDestination. newBuilder(Destination prototype)Trigger.BuilderTrigger.Builder. setDestination(Destination value)Required.
-