public final class ConnectionDetail extends GeneratedMessageV3 implements ConnectionDetailOrBuilder
Detailed information of each PSC connection.
Protobuf type google.cloud.redis.cluster.v1beta1.ConnectionDetail
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ConnectionDetailImplements
ConnectionDetailOrBuilderStatic Fields
PSC_AUTO_CONNECTION_FIELD_NUMBER
public static final int PSC_AUTO_CONNECTION_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
PSC_CONNECTION_FIELD_NUMBER
public static final int PSC_CONNECTION_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ConnectionDetail getDefaultInstance()
Returns | |
---|---|
Type | Description |
ConnectionDetail |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ConnectionDetail.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ConnectionDetail.Builder |
newBuilder(ConnectionDetail prototype)
public static ConnectionDetail.Builder newBuilder(ConnectionDetail prototype)
Parameter | |
---|---|
Name | Description |
prototype |
ConnectionDetail |
Returns | |
---|---|
Type | Description |
ConnectionDetail.Builder |
parseDelimitedFrom(InputStream input)
public static ConnectionDetail parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ConnectionDetail |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ConnectionDetail parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ConnectionDetail |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ConnectionDetail parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
ConnectionDetail |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ConnectionDetail parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ConnectionDetail |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ConnectionDetail parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
ConnectionDetail |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ConnectionDetail parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ConnectionDetail |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ConnectionDetail parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
ConnectionDetail |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ConnectionDetail parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ConnectionDetail |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ConnectionDetail parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ConnectionDetail |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ConnectionDetail parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ConnectionDetail |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ConnectionDetail parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
ConnectionDetail |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ConnectionDetail parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ConnectionDetail |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ConnectionDetail> parser()
Returns | |
---|---|
Type | Description |
Parser<ConnectionDetail> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getConnectionCase()
public ConnectionDetail.ConnectionCase getConnectionCase()
Returns | |
---|---|
Type | Description |
ConnectionDetail.ConnectionCase |
getDefaultInstanceForType()
public ConnectionDetail getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ConnectionDetail |
getParserForType()
public Parser<ConnectionDetail> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<ConnectionDetail> |
getPscAutoConnection()
public PscAutoConnection getPscAutoConnection()
Detailed information of a PSC connection that is created through service connectivity automation.
.google.cloud.redis.cluster.v1beta1.PscAutoConnection psc_auto_connection = 1;
Returns | |
---|---|
Type | Description |
PscAutoConnection |
The pscAutoConnection. |
getPscAutoConnectionOrBuilder()
public PscAutoConnectionOrBuilder getPscAutoConnectionOrBuilder()
Detailed information of a PSC connection that is created through service connectivity automation.
.google.cloud.redis.cluster.v1beta1.PscAutoConnection psc_auto_connection = 1;
Returns | |
---|---|
Type | Description |
PscAutoConnectionOrBuilder |
getPscConnection()
public PscConnection getPscConnection()
Detailed information of a PSC connection that is created by the customer who owns the cluster.
.google.cloud.redis.cluster.v1beta1.PscConnection psc_connection = 2;
Returns | |
---|---|
Type | Description |
PscConnection |
The pscConnection. |
getPscConnectionOrBuilder()
public PscConnectionOrBuilder getPscConnectionOrBuilder()
Detailed information of a PSC connection that is created by the customer who owns the cluster.
.google.cloud.redis.cluster.v1beta1.PscConnection psc_connection = 2;
Returns | |
---|---|
Type | Description |
|