public interface RenameNetworkRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for newNetworkId. |