public interface PeriodicPartialMaintenanceScheduleOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSubType()
public abstract String getSubType()The maintenance type in which the zone is during the given window. Check the SubType enum for the list of possible values.
optional string sub_type = 67924441;
| Returns | |
|---|---|
| Type | Description |
String |
The subType. |
getSubTypeBytes()
public abstract ByteString getSubTypeBytes()The maintenance type in which the zone is during the given window. Check the SubType enum for the list of possible values.
optional string sub_type = 67924441;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for subType. |
getTargetResource()
public abstract String getTargetResource()The target resource that the maintenance window is for. For example, "projects/my-project/zones/us-central1-a".
optional string target_resource = 467318524;
| Returns | |
|---|---|
| Type | Description |
String |
The targetResource. |
getTargetResourceBytes()
public abstract ByteString getTargetResourceBytes()The target resource that the maintenance window is for. For example, "projects/my-project/zones/us-central1-a".
optional string target_resource = 467318524;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for targetResource. |
getType()
public abstract String getType()Check the Type enum for the list of possible values.
optional string type = 3575610;
| Returns | |
|---|---|
| Type | Description |
String |
The type. |
getTypeBytes()
public abstract ByteString getTypeBytes()Check the Type enum for the list of possible values.
optional string type = 3575610;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for type. |
getWindowEndTime()
public abstract DateTime getWindowEndTime()The end civil timestamp of the window (not inclusive). This contains a time zone.
optional .google.cloud.compute.v1.DateTime window_end_time = 271816480;
| Returns | |
|---|---|
| Type | Description |
DateTime |
The windowEndTime. |
getWindowEndTimeOrBuilder()
public abstract DateTimeOrBuilder getWindowEndTimeOrBuilder()The end civil timestamp of the window (not inclusive). This contains a time zone.
optional .google.cloud.compute.v1.DateTime window_end_time = 271816480;
| Returns | |
|---|---|
| Type | Description |
DateTimeOrBuilder |
|
getWindowStartTime()
public abstract DateTime getWindowStartTime()The start civil timestamp of the window. This contains a time zone.
optional .google.cloud.compute.v1.DateTime window_start_time = 473061433;
| Returns | |
|---|---|
| Type | Description |
DateTime |
The windowStartTime. |
getWindowStartTimeOrBuilder()
public abstract DateTimeOrBuilder getWindowStartTimeOrBuilder()The start civil timestamp of the window. This contains a time zone.
optional .google.cloud.compute.v1.DateTime window_start_time = 473061433;
| Returns | |
|---|---|
| Type | Description |
DateTimeOrBuilder |
|
hasSubType()
public abstract boolean hasSubType()The maintenance type in which the zone is during the given window. Check the SubType enum for the list of possible values.
optional string sub_type = 67924441;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the subType field is set. |
hasTargetResource()
public abstract boolean hasTargetResource()The target resource that the maintenance window is for. For example, "projects/my-project/zones/us-central1-a".
optional string target_resource = 467318524;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the targetResource field is set. |
hasType()
public abstract boolean hasType()Check the Type enum for the list of possible values.
optional string type = 3575610;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the type field is set. |
hasWindowEndTime()
public abstract boolean hasWindowEndTime()The end civil timestamp of the window (not inclusive). This contains a time zone.
optional .google.cloud.compute.v1.DateTime window_end_time = 271816480;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the windowEndTime field is set. |
hasWindowStartTime()
public abstract boolean hasWindowStartTime()The start civil timestamp of the window. This contains a time zone.
optional .google.cloud.compute.v1.DateTime window_start_time = 473061433;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the windowStartTime field is set. |