Interface ResourceMaintenance.MaintenanceOrBuilder (0.2.0)

public static interface ResourceMaintenance.MaintenanceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCategory()

public abstract MaintenanceCategory getCategory()

Output only. The category of the maintenance.

.google.cloud.maintenance.api.v1beta.MaintenanceCategory category = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
MaintenanceCategory

The category.

getCategoryValue()

public abstract int getCategoryValue()

Output only. The category of the maintenance.

.google.cloud.maintenance.api.v1beta.MaintenanceCategory category = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for category.

getDescription()

public abstract String getDescription()

Output only. The description of the maintenance.

string description = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Output only. The description of the maintenance.

string description = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for description.

getMaintenanceName()

public abstract String getMaintenanceName()

Maintenance is the name of the corresponding maintenance resource following the standard naming scheme: "{maintenance-id}"

string maintenance_name = 1;

Returns
Type Description
String

The maintenanceName.

getMaintenanceNameBytes()

public abstract ByteString getMaintenanceNameBytes()

Maintenance is the name of the corresponding maintenance resource following the standard naming scheme: "{maintenance-id}"

string maintenance_name = 1;

Returns
Type Description
ByteString

The bytes for maintenanceName.

getTitle()

public abstract String getTitle()

Output only. The title of the maintenance.

string title = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The title.

getTitleBytes()

public abstract ByteString getTitleBytes()

Output only. The title of the maintenance.

string title = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for title.