Interface PscConfigOrBuilder (0.13.0)

See more code actions.
public interface PscConfigOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract String getNetwork()

Required. The network where the IP address of the discovery endpoint will be reserved, in the form of projects/{network_project}/global/networks/{network_id}.

string network = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The network.

getNetworkBytes()

public abstract ByteString getNetworkBytes()

Required. The network where the IP address of the discovery endpoint will be reserved, in the form of projects/{network_project}/global/networks/{network_id}.

string network = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for network.