public interface PSCAutomationConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNetwork()
public abstract String getNetwork()
Required. The full name of the Google Compute Engine
network.
Format:
projects/{project}/global/networks/{network}
.
Where {project} is a project number, as in '12345', and {network} is
network name.
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}
.
Where {project} is a project number, as in '12345', and {network} is
network name.
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. |