public static interface Bucket.AutoclassOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEnabled()
public abstract boolean getEnabled()Enables Autoclass.
bool enabled = 1;
| Type | Description |
| boolean | The enabled. |
getToggleTime()
public abstract Timestamp getToggleTime() Output only. Latest instant at which the enabled field was set to true after being
disabled/unconfigured or set to false after being enabled. If Autoclass
is enabled when the bucket is created, the toggle_time is set to the
bucket creation time.
.google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Timestamp | The toggleTime. |
getToggleTimeOrBuilder()
public abstract TimestampOrBuilder getToggleTimeOrBuilder() Output only. Latest instant at which the enabled field was set to true after being
disabled/unconfigured or set to false after being enabled. If Autoclass
is enabled when the bucket is created, the toggle_time is set to the
bucket creation time.
.google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| TimestampOrBuilder |
hasToggleTime()
public abstract boolean hasToggleTime() Output only. Latest instant at which the enabled field was set to true after being
disabled/unconfigured or set to false after being enabled. If Autoclass
is enabled when the bucket is created, the toggle_time is set to the
bucket creation time.
.google.protobuf.Timestamp toggle_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the toggleTime field is set. |