public interface ResetSettingsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEtag()
A fingerprint used for optimistic concurrency.
|
com.google.protobuf.ByteString |
getEtagBytes()
A fingerprint used for optimistic concurrency.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The name of the settings to reset.
Formats:
* `organizations/{organization}/settings`
* `folders/{folder}/settings`
* `projects/{project}/settings`
* `projects/{project}/locations/{location}/clusters/{cluster}/settings`
* `projects/{project}/regions/{region}/clusters/{cluster}/settings`
* `projects/{project}/zones/{zone}/clusters/{cluster}/settings`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. The name of the settings to reset.
Formats:
* `organizations/{organization}/settings`
* `folders/{folder}/settings`
* `projects/{project}/settings`
* `projects/{project}/locations/{location}/clusters/{cluster}/settings`
* `projects/{project}/regions/{region}/clusters/{cluster}/settings`
* `projects/{project}/zones/{zone}/clusters/{cluster}/settings`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getEtag()
A fingerprint used for optimistic concurrency. If none is provided, then the existing settings will be blindly overwritten.
string etag = 2;com.google.protobuf.ByteString getEtagBytes()
A fingerprint used for optimistic concurrency. If none is provided, then the existing settings will be blindly overwritten.
string etag = 2;Copyright © 2024 Google LLC. All rights reserved.