Interface PscAutomatedEndpointsOrBuilder (3.42.0)

public interface PscAutomatedEndpointsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMatchAddress()

public abstract String getMatchAddress()

Ip Address created by the automated forwarding rule.

string match_address = 3;

Returns
TypeDescription
String

The matchAddress.

getMatchAddressBytes()

public abstract ByteString getMatchAddressBytes()

Ip Address created by the automated forwarding rule.

string match_address = 3;

Returns
TypeDescription
ByteString

The bytes for matchAddress.

getNetwork()

public abstract String getNetwork()

Corresponding network in pscAutomationConfigs.

string network = 2;

Returns
TypeDescription
String

The network.

getNetworkBytes()

public abstract ByteString getNetworkBytes()

Corresponding network in pscAutomationConfigs.

string network = 2;

Returns
TypeDescription
ByteString

The bytes for network.

getProjectId()

public abstract String getProjectId()

Corresponding project_id in pscAutomationConfigs

string project_id = 1;

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public abstract ByteString getProjectIdBytes()

Corresponding project_id in pscAutomationConfigs

string project_id = 1;

Returns
TypeDescription
ByteString

The bytes for projectId.