Interface PscPropagationStatusOrBuilder (1.54.0)

public interface PscPropagationStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.