Interface ConnectionOrBuilder (2.3.7)

public interface ConnectionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCluster()

public abstract Cluster getCluster()

Cluster information.

.google.cloud.apigeeconnect.v1.Cluster cluster = 2;

Returns
TypeDescription
Cluster

The cluster.

getClusterOrBuilder()

public abstract ClusterOrBuilder getClusterOrBuilder()

Cluster information.

.google.cloud.apigeeconnect.v1.Cluster cluster = 2;

Returns
TypeDescription
ClusterOrBuilder

getEndpoint()

public abstract String getEndpoint()

The endpoint that the connection is made against. Format: projects/{project_number}/endpoints/{endpoint}

string endpoint = 1;

Returns
TypeDescription
String

The endpoint.

getEndpointBytes()

public abstract ByteString getEndpointBytes()

The endpoint that the connection is made against. Format: projects/{project_number}/endpoints/{endpoint}

string endpoint = 1;

Returns
TypeDescription
ByteString

The bytes for endpoint.

getStreamCount()

public abstract int getStreamCount()

The count of streams.

int32 stream_count = 3;

Returns
TypeDescription
int

The streamCount.

hasCluster()

public abstract boolean hasCluster()

Cluster information.

.google.cloud.apigeeconnect.v1.Cluster cluster = 2;

Returns
TypeDescription
boolean

Whether the cluster field is set.