public interface ConnectionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCluster()
public abstract Cluster getCluster()Cluster information.
.google.cloud.apigeeconnect.v1.Cluster cluster = 2;
| Returns | |
|---|---|
| Type | Description |
Cluster |
The cluster. |
getClusterOrBuilder()
public abstract ClusterOrBuilder getClusterOrBuilder()Cluster information.
.google.cloud.apigeeconnect.v1.Cluster cluster = 2;
| Returns | |
|---|---|
| Type | Description |
ClusterOrBuilder |
|
getEndpoint()
public abstract String getEndpoint() The endpoint that the connection is made against.
Format: projects/{project_number}/endpoints/{endpoint}
string endpoint = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for endpoint. |
getStreamCount()
public abstract int getStreamCount()The count of streams.
int32 stream_count = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The streamCount. |
hasCluster()
public abstract boolean hasCluster()Cluster information.
.google.cloud.apigeeconnect.v1.Cluster cluster = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cluster field is set. |