public interface UpdateNetworkRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Network |
getNetwork()
Required.
|
NetworkOrBuilder |
getNetworkOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
The list of fields to update.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The list of fields to update.
|
boolean |
hasNetwork()
Required.
|
boolean |
hasUpdateMask()
The list of fields to update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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];
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];
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];
boolean hasUpdateMask()
The list of fields to update. The only currently supported fields are: `labels`, `reservations`
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
The list of fields to update. The only currently supported fields are: `labels`, `reservations`
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
The list of fields to update. The only currently supported fields are: `labels`, `reservations`
.google.protobuf.FieldMask update_mask = 2;Copyright © 2022 Google LLC. All rights reserved.