Interface RenameNetworkRequestOrBuilder (0.41.0)

public interface RenameNetworkRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Required. The name field is used to identify the network. Format: projects/{project}/locations/{location}/networks/{network}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The name field is used to identify the network. Format: projects/{project}/locations/{location}/networks/{network}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

getNewNetworkId()

public abstract String getNewNetworkId()

Required. The new id of the network.

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

Returns
TypeDescription
String

The newNetworkId.

getNewNetworkIdBytes()

public abstract ByteString getNewNetworkIdBytes()

Required. The new id of the network.

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

Returns
TypeDescription
ByteString

The bytes for newNetworkId.