public interface PSCAutomationConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getErrorMessage()
public abstract String getErrorMessage()
Output only. Error message if the PSC service automation failed.
string error_message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The errorMessage. |
getErrorMessageBytes()
public abstract ByteString getErrorMessageBytes()
Output only. Error message if the PSC service automation failed.
string error_message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for errorMessage. |
getForwardingRule()
public abstract String getForwardingRule()
Output only. Forwarding rule created by the PSC service automation.
string forwarding_rule = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The forwardingRule. |
getForwardingRuleBytes()
public abstract ByteString getForwardingRuleBytes()
Output only. Forwarding rule created by the PSC service automation.
string forwarding_rule = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for forwardingRule. |
getIpAddress()
public abstract String getIpAddress()
Output only. IP address rule created by the PSC service automation.
string ip_address = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The ipAddress. |
getIpAddressBytes()
public abstract ByteString getIpAddressBytes()
Output only. IP address rule created by the PSC service automation.
string ip_address = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for ipAddress. |
getNetwork()
public abstract String getNetwork()
Required. The full name of the Google Compute Engine
network.
Format:
projects/{project}/global/networks/{network}
.
string network = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The network. |
getNetworkBytes()
public abstract ByteString getNetworkBytes()
Required. The full name of the Google Compute Engine
network.
Format:
projects/{project}/global/networks/{network}
.
string network = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for network. |
getProjectId()
public abstract String getProjectId()
Required. Project id used to create forwarding rule.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()
Required. Project id used to create forwarding rule.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for projectId. |
getState()
public abstract PSCAutomationState getState()
Output only. The state of the PSC service automation.
.google.cloud.aiplatform.v1beta1.PSCAutomationState state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
PSCAutomationState |
The state. |
getStateValue()
public abstract int getStateValue()
Output only. The state of the PSC service automation.
.google.cloud.aiplatform.v1beta1.PSCAutomationState state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for state. |