public interface ResetSettingsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEtag()
public abstract String getEtag()A fingerprint used for optimistic concurrency. If none is provided, then the existing settings will be blindly overwritten.
string etag = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The etag. |
getEtagBytes()
public abstract ByteString getEtagBytes()A fingerprint used for optimistic concurrency. If none is provided, then the existing settings will be blindly overwritten.
string etag = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for etag. |
getName()
public abstract String getName()Required. The name of the settings to reset. Formats:
organizations/{organization}/settingsfolders/{folder}/settingsprojects/{project}/settingsprojects/{project}/locations/{location}/clusters/{cluster}/settingsprojects/{project}/regions/{region}/clusters/{cluster}/settingsprojects/{project}/zones/{zone}/clusters/{cluster}/settings
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 of the settings to reset. Formats:
organizations/{organization}/settingsfolders/{folder}/settingsprojects/{project}/settingsprojects/{project}/locations/{location}/clusters/{cluster}/settingsprojects/{project}/regions/{region}/clusters/{cluster}/settingsprojects/{project}/zones/{zone}/clusters/{cluster}/settings
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |