Class MaintenanceRecommendationInfo (0.6.0)

public final class MaintenanceRecommendationInfo extends GeneratedMessage implements MaintenanceRecommendationInfoOrBuilder

Info associated with maintenance recommendation.

Protobuf type google.cloud.databasecenter.v1beta.MaintenanceRecommendationInfo

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > MaintenanceRecommendationInfo

Static Fields

RESOURCE_MAINTENANCE_SCHEDULES_FIELD_NUMBER

public static final int RESOURCE_MAINTENANCE_SCHEDULES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static MaintenanceRecommendationInfo getDefaultInstance()
Returns
Type Description
MaintenanceRecommendationInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static MaintenanceRecommendationInfo.Builder newBuilder()
Returns
Type Description
MaintenanceRecommendationInfo.Builder

newBuilder(MaintenanceRecommendationInfo prototype)

public static MaintenanceRecommendationInfo.Builder newBuilder(MaintenanceRecommendationInfo prototype)
Parameter
Name Description
prototype MaintenanceRecommendationInfo
Returns
Type Description
MaintenanceRecommendationInfo.Builder

parseDelimitedFrom(InputStream input)

public static MaintenanceRecommendationInfo parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
MaintenanceRecommendationInfo
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MaintenanceRecommendationInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MaintenanceRecommendationInfo
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static MaintenanceRecommendationInfo parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
MaintenanceRecommendationInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static MaintenanceRecommendationInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MaintenanceRecommendationInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static MaintenanceRecommendationInfo parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
MaintenanceRecommendationInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static MaintenanceRecommendationInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MaintenanceRecommendationInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static MaintenanceRecommendationInfo parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
MaintenanceRecommendationInfo
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static MaintenanceRecommendationInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MaintenanceRecommendationInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static MaintenanceRecommendationInfo parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
MaintenanceRecommendationInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MaintenanceRecommendationInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MaintenanceRecommendationInfo
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static MaintenanceRecommendationInfo parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
MaintenanceRecommendationInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static MaintenanceRecommendationInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MaintenanceRecommendationInfo
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<MaintenanceRecommendationInfo> parser()
Returns
Type Description
Parser<MaintenanceRecommendationInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public MaintenanceRecommendationInfo getDefaultInstanceForType()
Returns
Type Description
MaintenanceRecommendationInfo

getParserForType()

public Parser<MaintenanceRecommendationInfo> getParserForType()
Returns
Type Description
Parser<MaintenanceRecommendationInfo>
Overrides

getResourceMaintenanceSchedules(int index)

public ResourceMaintenanceSchedule getResourceMaintenanceSchedules(int index)

Optional. List of recommended maintenance schedules for the database resource.

repeated .google.cloud.databasecenter.v1beta.ResourceMaintenanceSchedule resource_maintenance_schedules = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
ResourceMaintenanceSchedule

getResourceMaintenanceSchedulesCount()

public int getResourceMaintenanceSchedulesCount()

Optional. List of recommended maintenance schedules for the database resource.

repeated .google.cloud.databasecenter.v1beta.ResourceMaintenanceSchedule resource_maintenance_schedules = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getResourceMaintenanceSchedulesList()

public List<ResourceMaintenanceSchedule> getResourceMaintenanceSchedulesList()

Optional. List of recommended maintenance schedules for the database resource.

repeated .google.cloud.databasecenter.v1beta.ResourceMaintenanceSchedule resource_maintenance_schedules = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<ResourceMaintenanceSchedule>

getResourceMaintenanceSchedulesOrBuilder(int index)

public ResourceMaintenanceScheduleOrBuilder getResourceMaintenanceSchedulesOrBuilder(int index)

Optional. List of recommended maintenance schedules for the database resource.

repeated .google.cloud.databasecenter.v1beta.ResourceMaintenanceSchedule resource_maintenance_schedules = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
ResourceMaintenanceScheduleOrBuilder

getResourceMaintenanceSchedulesOrBuilderList()

public List<? extends ResourceMaintenanceScheduleOrBuilder> getResourceMaintenanceSchedulesOrBuilderList()

Optional. List of recommended maintenance schedules for the database resource.

repeated .google.cloud.databasecenter.v1beta.ResourceMaintenanceSchedule resource_maintenance_schedules = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.databasecenter.v1beta.ResourceMaintenanceScheduleOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public MaintenanceRecommendationInfo.Builder newBuilderForType()
Returns
Type Description
MaintenanceRecommendationInfo.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected MaintenanceRecommendationInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
MaintenanceRecommendationInfo.Builder
Overrides

toBuilder()

public MaintenanceRecommendationInfo.Builder toBuilder()
Returns
Type Description
MaintenanceRecommendationInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException