- 6.108.0 (latest)
- 6.107.0
- 6.103.0
- 6.102.1
- 6.101.1
- 6.100.0
- 6.99.0
- 6.98.1
- 6.97.1
- 6.96.1
- 6.95.1
- 6.94.0
- 6.93.0
- 6.89.0
- 6.88.0
- 6.87.0
- 6.86.0
- 6.85.0
- 6.83.0
- 6.82.0
- 6.80.1
- 6.79.0
- 6.77.0
- 6.74.1
- 6.72.0
- 6.71.0
- 6.69.0
- 6.68.0
- 6.66.0
- 6.65.1
- 6.62.0
- 6.60.0
- 6.58.0
- 6.57.0
- 6.56.0
- 6.55.0
- 6.54.0
- 6.53.0
- 6.52.1
- 6.51.0
- 6.50.1
- 6.49.0
- 6.25.1
- 6.24.0
- 6.23.4
- 6.22.0
- 6.21.2
- 6.20.0
- 6.19.1
- 6.18.0
- 6.17.4
- 6.14.1
public static final class CrontabSpec.Builder extends GeneratedMessage.Builder<CrontabSpec.Builder> implements CrontabSpecOrBuilderCrontabSpec can be used to specify the version time and frequency at which the backup should be created.
Protobuf type google.spanner.admin.database.v1.CrontabSpec
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CrontabSpec.BuilderImplements
CrontabSpecOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CrontabSpec build()| Returns | |
|---|---|
| Type | Description |
CrontabSpec |
|
buildPartial()
public CrontabSpec buildPartial()| Returns | |
|---|---|
| Type | Description |
CrontabSpec |
|
clear()
public CrontabSpec.Builder clear()| Returns | |
|---|---|
| Type | Description |
CrontabSpec.Builder |
|
clearCreationWindow()
public CrontabSpec.Builder clearCreationWindow() Output only. Schedule backups will contain an externally consistent copy
of the database at the version time specified in
schedule_spec.cron_spec. However, Spanner may not initiate the creation
of the scheduled backups at that version time. Spanner will initiate
the creation of scheduled backups within the time window bounded by the
version_time specified in schedule_spec.cron_spec and version_time +
creation_window.
.google.protobuf.Duration creation_window = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
CrontabSpec.Builder |
|
clearText()
public CrontabSpec.Builder clearText()Required. Textual representation of the crontab. User can customize the backup frequency and the backup version time using the cron expression. The version time must be in UTC timezone.
The backup will contain an externally consistent copy of the database at the version time. Allowed frequencies are 12 hour, 1 day, 1 week and 1 month. Examples of valid cron specifications:
0 2/12 * * *: every 12 hours at (2, 14) hours past midnight in UTC.0 2,14 * * *: every 12 hours at (2,14) hours past midnight in UTC.0 2 * * *: once a day at 2 past midnight in UTC.0 2 * * 0: once a week every Sunday at 2 past midnight in UTC.0 2 8 * *: once a month on 8th day at 2 past midnight in UTC.
string text = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CrontabSpec.Builder |
This builder for chaining. |
clearTimeZone()
public CrontabSpec.Builder clearTimeZone() Output only. The time zone of the times in CrontabSpec.text. Currently
only UTC is supported.
string time_zone = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
CrontabSpec.Builder |
This builder for chaining. |
getCreationWindow()
public Duration getCreationWindow() Output only. Schedule backups will contain an externally consistent copy
of the database at the version time specified in
schedule_spec.cron_spec. However, Spanner may not initiate the creation
of the scheduled backups at that version time. Spanner will initiate
the creation of scheduled backups within the time window bounded by the
version_time specified in schedule_spec.cron_spec and version_time +
creation_window.
.google.protobuf.Duration creation_window = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Duration |
The creationWindow. |
getCreationWindowBuilder()
public Duration.Builder getCreationWindowBuilder() Output only. Schedule backups will contain an externally consistent copy
of the database at the version time specified in
schedule_spec.cron_spec. However, Spanner may not initiate the creation
of the scheduled backups at that version time. Spanner will initiate
the creation of scheduled backups within the time window bounded by the
version_time specified in schedule_spec.cron_spec and version_time +
creation_window.
.google.protobuf.Duration creation_window = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getCreationWindowOrBuilder()
public DurationOrBuilder getCreationWindowOrBuilder() Output only. Schedule backups will contain an externally consistent copy
of the database at the version time specified in
schedule_spec.cron_spec. However, Spanner may not initiate the creation
of the scheduled backups at that version time. Spanner will initiate
the creation of scheduled backups within the time window bounded by the
version_time specified in schedule_spec.cron_spec and version_time +
creation_window.
.google.protobuf.Duration creation_window = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
getDefaultInstanceForType()
public CrontabSpec getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CrontabSpec |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getText()
public String getText()Required. Textual representation of the crontab. User can customize the backup frequency and the backup version time using the cron expression. The version time must be in UTC timezone.
The backup will contain an externally consistent copy of the database at the version time. Allowed frequencies are 12 hour, 1 day, 1 week and 1 month. Examples of valid cron specifications:
0 2/12 * * *: every 12 hours at (2, 14) hours past midnight in UTC.0 2,14 * * *: every 12 hours at (2,14) hours past midnight in UTC.0 2 * * *: once a day at 2 past midnight in UTC.0 2 * * 0: once a week every Sunday at 2 past midnight in UTC.0 2 8 * *: once a month on 8th day at 2 past midnight in UTC.
string text = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The text. |
getTextBytes()
public ByteString getTextBytes()Required. Textual representation of the crontab. User can customize the backup frequency and the backup version time using the cron expression. The version time must be in UTC timezone.
The backup will contain an externally consistent copy of the database at the version time. Allowed frequencies are 12 hour, 1 day, 1 week and 1 month. Examples of valid cron specifications:
0 2/12 * * *: every 12 hours at (2, 14) hours past midnight in UTC.0 2,14 * * *: every 12 hours at (2,14) hours past midnight in UTC.0 2 * * *: once a day at 2 past midnight in UTC.0 2 * * 0: once a week every Sunday at 2 past midnight in UTC.0 2 8 * *: once a month on 8th day at 2 past midnight in UTC.
string text = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for text. |
getTimeZone()
public String getTimeZone() Output only. The time zone of the times in CrontabSpec.text. Currently
only UTC is supported.
string time_zone = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The timeZone. |
getTimeZoneBytes()
public ByteString getTimeZoneBytes() Output only. The time zone of the times in CrontabSpec.text. Currently
only UTC is supported.
string time_zone = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for timeZone. |
hasCreationWindow()
public boolean hasCreationWindow() Output only. Schedule backups will contain an externally consistent copy
of the database at the version time specified in
schedule_spec.cron_spec. However, Spanner may not initiate the creation
of the scheduled backups at that version time. Spanner will initiate
the creation of scheduled backups within the time window bounded by the
version_time specified in schedule_spec.cron_spec and version_time +
creation_window.
.google.protobuf.Duration creation_window = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the creationWindow field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCreationWindow(Duration value)
public CrontabSpec.Builder mergeCreationWindow(Duration value) Output only. Schedule backups will contain an externally consistent copy
of the database at the version time specified in
schedule_spec.cron_spec. However, Spanner may not initiate the creation
of the scheduled backups at that version time. Spanner will initiate
the creation of scheduled backups within the time window bounded by the
version_time specified in schedule_spec.cron_spec and version_time +
creation_window.
.google.protobuf.Duration creation_window = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Duration |
| Returns | |
|---|---|
| Type | Description |
CrontabSpec.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CrontabSpec.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CrontabSpec.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CrontabSpec.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CrontabSpec.Builder |
|
mergeFrom(CrontabSpec other)
public CrontabSpec.Builder mergeFrom(CrontabSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
CrontabSpec |
| Returns | |
|---|---|
| Type | Description |
CrontabSpec.Builder |
|
setCreationWindow(Duration value)
public CrontabSpec.Builder setCreationWindow(Duration value) Output only. Schedule backups will contain an externally consistent copy
of the database at the version time specified in
schedule_spec.cron_spec. However, Spanner may not initiate the creation
of the scheduled backups at that version time. Spanner will initiate
the creation of scheduled backups within the time window bounded by the
version_time specified in schedule_spec.cron_spec and version_time +
creation_window.
.google.protobuf.Duration creation_window = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Duration |
| Returns | |
|---|---|
| Type | Description |
CrontabSpec.Builder |
|
setCreationWindow(Duration.Builder builderForValue)
public CrontabSpec.Builder setCreationWindow(Duration.Builder builderForValue) Output only. Schedule backups will contain an externally consistent copy
of the database at the version time specified in
schedule_spec.cron_spec. However, Spanner may not initiate the creation
of the scheduled backups at that version time. Spanner will initiate
the creation of scheduled backups within the time window bounded by the
version_time specified in schedule_spec.cron_spec and version_time +
creation_window.
.google.protobuf.Duration creation_window = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
CrontabSpec.Builder |
|
setText(String value)
public CrontabSpec.Builder setText(String value)Required. Textual representation of the crontab. User can customize the backup frequency and the backup version time using the cron expression. The version time must be in UTC timezone.
The backup will contain an externally consistent copy of the database at the version time. Allowed frequencies are 12 hour, 1 day, 1 week and 1 month. Examples of valid cron specifications:
0 2/12 * * *: every 12 hours at (2, 14) hours past midnight in UTC.0 2,14 * * *: every 12 hours at (2,14) hours past midnight in UTC.0 2 * * *: once a day at 2 past midnight in UTC.0 2 * * 0: once a week every Sunday at 2 past midnight in UTC.0 2 8 * *: once a month on 8th day at 2 past midnight in UTC.
string text = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe text to set. |
| Returns | |
|---|---|
| Type | Description |
CrontabSpec.Builder |
This builder for chaining. |
setTextBytes(ByteString value)
public CrontabSpec.Builder setTextBytes(ByteString value)Required. Textual representation of the crontab. User can customize the backup frequency and the backup version time using the cron expression. The version time must be in UTC timezone.
The backup will contain an externally consistent copy of the database at the version time. Allowed frequencies are 12 hour, 1 day, 1 week and 1 month. Examples of valid cron specifications:
0 2/12 * * *: every 12 hours at (2, 14) hours past midnight in UTC.0 2,14 * * *: every 12 hours at (2,14) hours past midnight in UTC.0 2 * * *: once a day at 2 past midnight in UTC.0 2 * * 0: once a week every Sunday at 2 past midnight in UTC.0 2 8 * *: once a month on 8th day at 2 past midnight in UTC.
string text = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for text to set. |
| Returns | |
|---|---|
| Type | Description |
CrontabSpec.Builder |
This builder for chaining. |
setTimeZone(String value)
public CrontabSpec.Builder setTimeZone(String value) Output only. The time zone of the times in CrontabSpec.text. Currently
only UTC is supported.
string time_zone = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe timeZone to set. |
| Returns | |
|---|---|
| Type | Description |
CrontabSpec.Builder |
This builder for chaining. |
setTimeZoneBytes(ByteString value)
public CrontabSpec.Builder setTimeZoneBytes(ByteString value) Output only. The time zone of the times in CrontabSpec.text. Currently
only UTC is supported.
string time_zone = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for timeZone to set. |
| Returns | |
|---|---|
| Type | Description |
CrontabSpec.Builder |
This builder for chaining. |