- 1.54.0 (latest)
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.9
- 1.1.1
- 1.0.0
- 0.5.0
public interface PscPropagationStatusOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCode()
public abstract PscPropagationStatus.Code getCode()
The propagation status.
.google.cloud.networkconnectivity.v1.PscPropagationStatus.Code code = 6;
Returns | |
---|---|
Type | Description |
PscPropagationStatus.Code |
The code. |
getCodeValue()
public abstract int getCodeValue()
The propagation status.
.google.cloud.networkconnectivity.v1.PscPropagationStatus.Code code = 6;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for code. |
getMessage()
public abstract String getMessage()
The human-readable summary of the Private Service Connect connection propagation status.
string message = 7;
Returns | |
---|---|
Type | Description |
String |
The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()
The human-readable summary of the Private Service Connect connection propagation status.
string message = 7;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for message. |
getSourceForwardingRule()
public abstract String getSourceForwardingRule()
The name of the forwarding rule exported to the hub.
string source_forwarding_rule = 3;
Returns | |
---|---|
Type | Description |
String |
The sourceForwardingRule. |
getSourceForwardingRuleBytes()
public abstract ByteString getSourceForwardingRuleBytes()
The name of the forwarding rule exported to the hub.
string source_forwarding_rule = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for sourceForwardingRule. |
getSourceGroup()
public abstract String getSourceGroup()
The name of the group that the source spoke belongs to.
string source_group = 2;
Returns | |
---|---|
Type | Description |
String |
The sourceGroup. |
getSourceGroupBytes()
public abstract ByteString getSourceGroupBytes()
The name of the group that the source spoke belongs to.
string source_group = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for sourceGroup. |
getSourceSpoke()
public abstract String getSourceSpoke()
The name of the spoke that the source forwarding rule belongs to.
string source_spoke = 1;
Returns | |
---|---|
Type | Description |
String |
The sourceSpoke. |
getSourceSpokeBytes()
public abstract ByteString getSourceSpokeBytes()
The name of the spoke that the source forwarding rule belongs to.
string source_spoke = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for sourceSpoke. |
getTargetGroup()
public abstract String getTargetGroup()
The name of the group that the target spoke belongs to.
string target_group = 5;
Returns | |
---|---|
Type | Description |
String |
The targetGroup. |
getTargetGroupBytes()
public abstract ByteString getTargetGroupBytes()
The name of the group that the target spoke belongs to.
string target_group = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for targetGroup. |
getTargetSpoke()
public abstract String getTargetSpoke()
The name of the spoke that the source forwarding rule propagates to.
string target_spoke = 4;
Returns | |
---|---|
Type | Description |
String |
The targetSpoke. |
getTargetSpokeBytes()
public abstract ByteString getTargetSpokeBytes()
The name of the spoke that the source forwarding rule propagates to.
string target_spoke = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for targetSpoke. |