Uses of Class
com.google.cloud.apigeeconnect.v1.Cluster
-
Packages that use Cluster Package Description com.google.cloud.apigeeconnect.v1 A client to Apigee Connect API -
-
Uses of Cluster in com.google.cloud.apigeeconnect.v1
Methods in com.google.cloud.apigeeconnect.v1 that return Cluster Modifier and Type Method Description Cluster
Cluster.Builder. build()
Cluster
Cluster.Builder. buildPartial()
Cluster
Connection.Builder. getCluster()
Cluster information.Cluster
Connection. getCluster()
Cluster information.Cluster
ConnectionOrBuilder. getCluster()
Cluster information.static Cluster
Cluster. getDefaultInstance()
Cluster
Cluster.Builder. getDefaultInstanceForType()
Cluster
Cluster. getDefaultInstanceForType()
static Cluster
Cluster. parseDelimitedFrom(InputStream input)
static Cluster
Cluster. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster
Cluster. parseFrom(byte[] data)
static Cluster
Cluster. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster
Cluster. parseFrom(com.google.protobuf.ByteString data)
static Cluster
Cluster. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster
Cluster. parseFrom(com.google.protobuf.CodedInputStream input)
static Cluster
Cluster. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster
Cluster. parseFrom(InputStream input)
static Cluster
Cluster. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster
Cluster. parseFrom(ByteBuffer data)
static Cluster
Cluster. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.apigeeconnect.v1 that return types with arguments of type Cluster Modifier and Type Method Description com.google.protobuf.Parser<Cluster>
Cluster. getParserForType()
static com.google.protobuf.Parser<Cluster>
Cluster. parser()
Methods in com.google.cloud.apigeeconnect.v1 with parameters of type Cluster Modifier and Type Method Description Connection.Builder
Connection.Builder. mergeCluster(Cluster value)
Cluster information.Cluster.Builder
Cluster.Builder. mergeFrom(Cluster other)
static Cluster.Builder
Cluster. newBuilder(Cluster prototype)
Connection.Builder
Connection.Builder. setCluster(Cluster value)
Cluster information.
-