Interface NetworkOrBuilder (2.76.0)

public interface NetworkOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

The name of the VPC network resource, for example, //compute.googleapis.com/projects/my-project/global/networks/my-network.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name of the VPC network resource, for example, //compute.googleapis.com/projects/my-project/global/networks/my-network.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.