public interface PscAutomatedEndpointsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMatchAddress()
public abstract String getMatchAddress()
Ip Address created by the automated forwarding rule.
string match_address = 3;
Returns | |
---|---|
Type | Description |
String |
The matchAddress. |
getMatchAddressBytes()
public abstract ByteString getMatchAddressBytes()
Ip Address created by the automated forwarding rule.
string match_address = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for matchAddress. |
getNetwork()
public abstract String getNetwork()
Corresponding network in pscAutomationConfigs.
string network = 2;
Returns | |
---|---|
Type | Description |
String |
The network. |
getNetworkBytes()
public abstract ByteString getNetworkBytes()
Corresponding network in pscAutomationConfigs.
string network = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for network. |
getProjectId()
public abstract String getProjectId()
Corresponding project_id in pscAutomationConfigs
string project_id = 1;
Returns | |
---|---|
Type | Description |
String |
The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()
Corresponding project_id in pscAutomationConfigs
string project_id = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for projectId. |