public static interface Instance.ConnectionDetailOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConnectionCase()
public abstract Instance.ConnectionDetail.ConnectionCase getConnectionCase()| Returns | |
|---|---|
| Type | Description |
Instance.ConnectionDetail.ConnectionCase |
|
getPscAutoConnection()
public abstract PscAutoConnection getPscAutoConnection()Immutable. Detailed information of a PSC connection that is created through service connectivity automation.
.google.cloud.memorystore.v1.PscAutoConnection psc_auto_connection = 1 [(.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
PscAutoConnection |
The pscAutoConnection. |
getPscAutoConnectionOrBuilder()
public abstract PscAutoConnectionOrBuilder getPscAutoConnectionOrBuilder()Immutable. Detailed information of a PSC connection that is created through service connectivity automation.
.google.cloud.memorystore.v1.PscAutoConnection psc_auto_connection = 1 [(.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
PscAutoConnectionOrBuilder |
|
getPscConnection()
public abstract PscConnection getPscConnection()Detailed information of a PSC connection that is created by the user.
.google.cloud.memorystore.v1.PscConnection psc_connection = 2;
| Returns | |
|---|---|
| Type | Description |
PscConnection |
The pscConnection. |
getPscConnectionOrBuilder()
public abstract PscConnectionOrBuilder getPscConnectionOrBuilder()Detailed information of a PSC connection that is created by the user.
.google.cloud.memorystore.v1.PscConnection psc_connection = 2;
| Returns | |
|---|---|
| Type | Description |
PscConnectionOrBuilder |
|
hasPscAutoConnection()
public abstract boolean hasPscAutoConnection()Immutable. Detailed information of a PSC connection that is created through service connectivity automation.
.google.cloud.memorystore.v1.PscAutoConnection psc_auto_connection = 1 [(.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the pscAutoConnection field is set. |
hasPscConnection()
public abstract boolean hasPscConnection()Detailed information of a PSC connection that is created by the user.
.google.cloud.memorystore.v1.PscConnection psc_connection = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the pscConnection field is set. |