Interface NetworkPeeringConnectionStatusOrBuilder (1.82.0)

public interface NetworkPeeringConnectionStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConsensusState()

public abstract NetworkPeeringConnectionStatusConsensusState getConsensusState()

The consensus state contains information about the status of update and delete for a consensus peering connection.

optional .google.cloud.compute.v1.NetworkPeeringConnectionStatusConsensusState consensus_state = 379772617;

Returns
Type Description
NetworkPeeringConnectionStatusConsensusState

The consensusState.

getConsensusStateOrBuilder()

public abstract NetworkPeeringConnectionStatusConsensusStateOrBuilder getConsensusStateOrBuilder()

The consensus state contains information about the status of update and delete for a consensus peering connection.

optional .google.cloud.compute.v1.NetworkPeeringConnectionStatusConsensusState consensus_state = 379772617;

Returns
Type Description
NetworkPeeringConnectionStatusConsensusStateOrBuilder

getTrafficConfiguration()

public abstract NetworkPeeringConnectionStatusTrafficConfiguration getTrafficConfiguration()

The active connectivity settings for the peering connection based on the settings of the network peerings.

optional .google.cloud.compute.v1.NetworkPeeringConnectionStatusTrafficConfiguration traffic_configuration = 133016116;

Returns
Type Description
NetworkPeeringConnectionStatusTrafficConfiguration

The trafficConfiguration.

getTrafficConfigurationOrBuilder()

public abstract NetworkPeeringConnectionStatusTrafficConfigurationOrBuilder getTrafficConfigurationOrBuilder()

The active connectivity settings for the peering connection based on the settings of the network peerings.

optional .google.cloud.compute.v1.NetworkPeeringConnectionStatusTrafficConfiguration traffic_configuration = 133016116;

Returns
Type Description
NetworkPeeringConnectionStatusTrafficConfigurationOrBuilder

getUpdateStrategy()

public abstract String getUpdateStrategy()

The update strategy determines the update/delete semantics for this peering connection. Check the UpdateStrategy enum for the list of possible values.

optional string update_strategy = 6123049;

Returns
Type Description
String

The updateStrategy.

getUpdateStrategyBytes()

public abstract ByteString getUpdateStrategyBytes()

The update strategy determines the update/delete semantics for this peering connection. Check the UpdateStrategy enum for the list of possible values.

optional string update_strategy = 6123049;

Returns
Type Description
ByteString

The bytes for updateStrategy.

hasConsensusState()

public abstract boolean hasConsensusState()

The consensus state contains information about the status of update and delete for a consensus peering connection.

optional .google.cloud.compute.v1.NetworkPeeringConnectionStatusConsensusState consensus_state = 379772617;

Returns
Type Description
boolean

Whether the consensusState field is set.

hasTrafficConfiguration()

public abstract boolean hasTrafficConfiguration()

The active connectivity settings for the peering connection based on the settings of the network peerings.

optional .google.cloud.compute.v1.NetworkPeeringConnectionStatusTrafficConfiguration traffic_configuration = 133016116;

Returns
Type Description
boolean

Whether the trafficConfiguration field is set.

hasUpdateStrategy()

public abstract boolean hasUpdateStrategy()

The update strategy determines the update/delete semantics for this peering connection. Check the UpdateStrategy enum for the list of possible values.

optional string update_strategy = 6123049;

Returns
Type Description
boolean

Whether the updateStrategy field is set.