public interface UpdateNetworkRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNetwork()
public abstract Network getNetwork()Required. The network to update.
The name field is used to identify the instance to update.
Format: projects/{project}/locations/{location}/networks/{network}
.google.cloud.baremetalsolution.v2.Network network = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Network |
The network. |
getNetworkOrBuilder()
public abstract NetworkOrBuilder getNetworkOrBuilder()Required. The network to update.
The name field is used to identify the instance to update.
Format: projects/{project}/locations/{location}/networks/{network}
.google.cloud.baremetalsolution.v2.Network network = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
NetworkOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask() The list of fields to update.
The only currently supported fields are:
labels, reservations, vrf.vlan_attachments
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder() The list of fields to update.
The only currently supported fields are:
labels, reservations, vrf.vlan_attachments
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasNetwork()
public abstract boolean hasNetwork()Required. The network to update.
The name field is used to identify the instance to update.
Format: projects/{project}/locations/{location}/networks/{network}
.google.cloud.baremetalsolution.v2.Network network = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the network field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask() The list of fields to update.
The only currently supported fields are:
labels, reservations, vrf.vlan_attachments
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |