public interface PSCAutomationConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage()
Output only.
|
com.google.protobuf.ByteString |
getErrorMessageBytes()
Output only.
|
String |
getForwardingRule()
Output only.
|
com.google.protobuf.ByteString |
getForwardingRuleBytes()
Output only.
|
String |
getIpAddress()
Output only.
|
com.google.protobuf.ByteString |
getIpAddressBytes()
Output only.
|
String |
getNetwork()
Required.
|
com.google.protobuf.ByteString |
getNetworkBytes()
Required.
|
String |
getProjectId()
Required.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
Required.
|
PSCAutomationState |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProjectId()
Required. Project id used to create forwarding rule.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getProjectIdBytes()
Required. Project id used to create forwarding rule.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];String getNetwork()
Required. The full name of the Google Compute Engine
[network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks).
[Format](https://cloud.google.com/compute/docs/reference/rest/v1/networks/get):
`projects/{project}/global/networks/{network}`.
string network = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getNetworkBytes()
Required. The full name of the Google Compute Engine
[network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks).
[Format](https://cloud.google.com/compute/docs/reference/rest/v1/networks/get):
`projects/{project}/global/networks/{network}`.
string network = 2 [(.google.api.field_behavior) = REQUIRED];String getIpAddress()
Output only. IP address rule created by the PSC service automation.
string ip_address = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getIpAddressBytes()
Output only. IP address rule created by the PSC service automation.
string ip_address = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];String getForwardingRule()
Output only. Forwarding rule created by the PSC service automation.
string forwarding_rule = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getForwardingRuleBytes()
Output only. Forwarding rule created by the PSC service automation.
string forwarding_rule = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];int getStateValue()
Output only. The state of the PSC service automation.
.google.cloud.aiplatform.v1.PSCAutomationState state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
PSCAutomationState getState()
Output only. The state of the PSC service automation.
.google.cloud.aiplatform.v1.PSCAutomationState state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getErrorMessage()
Output only. Error message if the PSC service automation failed.
string error_message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getErrorMessageBytes()
Output only. Error message if the PSC service automation failed.
string error_message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2025 Google LLC. All rights reserved.