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