Uses of Class
com.google.cloud.eventarc.v1.GKE
-
Packages that use GKE Package Description com.google.cloud.eventarc.v1 A client to Eventarc API -
-
Uses of GKE in com.google.cloud.eventarc.v1
Methods in com.google.cloud.eventarc.v1 that return GKE Modifier and Type Method Description GKE
GKE.Builder. build()
GKE
GKE.Builder. buildPartial()
static GKE
GKE. getDefaultInstance()
GKE
GKE.Builder. getDefaultInstanceForType()
GKE
GKE. getDefaultInstanceForType()
GKE
Destination.Builder. getGke()
A GKE service capable of receiving events.GKE
Destination. getGke()
A GKE service capable of receiving events.GKE
DestinationOrBuilder. getGke()
A GKE service capable of receiving events.static GKE
GKE. parseDelimitedFrom(InputStream input)
static GKE
GKE. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GKE
GKE. parseFrom(byte[] data)
static GKE
GKE. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GKE
GKE. parseFrom(com.google.protobuf.ByteString data)
static GKE
GKE. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GKE
GKE. parseFrom(com.google.protobuf.CodedInputStream input)
static GKE
GKE. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GKE
GKE. parseFrom(InputStream input)
static GKE
GKE. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GKE
GKE. parseFrom(ByteBuffer data)
static GKE
GKE. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.eventarc.v1 that return types with arguments of type GKE Modifier and Type Method Description com.google.protobuf.Parser<GKE>
GKE. getParserForType()
static com.google.protobuf.Parser<GKE>
GKE. parser()
Methods in com.google.cloud.eventarc.v1 with parameters of type GKE Modifier and Type Method Description GKE.Builder
GKE.Builder. mergeFrom(GKE other)
Destination.Builder
Destination.Builder. mergeGke(GKE value)
A GKE service capable of receiving events.static GKE.Builder
GKE. newBuilder(GKE prototype)
Destination.Builder
Destination.Builder. setGke(GKE value)
A GKE service capable of receiving events.
-