Class DeploymentDiagnosticData (0.42.0)

public final class DeploymentDiagnosticData extends GeneratedMessage implements DeploymentDiagnosticDataOrBuilder

The deployment diagnostic data.

Protobuf type google.cloud.oracledatabase.v1.DeploymentDiagnosticData

Static Fields

BUCKET_FIELD_NUMBER

public static final int BUCKET_FIELD_NUMBER
Field Value
Type Description
int

DIAGNOSTIC_END_TIME_FIELD_NUMBER

public static final int DIAGNOSTIC_END_TIME_FIELD_NUMBER
Field Value
Type Description
int

DIAGNOSTIC_START_TIME_FIELD_NUMBER

public static final int DIAGNOSTIC_START_TIME_FIELD_NUMBER
Field Value
Type Description
int

DIAGNOSTIC_STATE_FIELD_NUMBER

public static final int DIAGNOSTIC_STATE_FIELD_NUMBER
Field Value
Type Description
int

NAMESPACE_FIELD_NUMBER

public static final int NAMESPACE_FIELD_NUMBER
Field Value
Type Description
int

OBJECT_FIELD_NUMBER

public static final int OBJECT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static DeploymentDiagnosticData getDefaultInstance()
Returns
Type Description
DeploymentDiagnosticData

getDescriptor()

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

newBuilder()

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

newBuilder(DeploymentDiagnosticData prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getBucket()

public String getBucket()

Output only. The bucket name.

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

Returns
Type Description
String

The bucket.

getBucketBytes()

public ByteString getBucketBytes()

Output only. The bucket name.

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

Returns
Type Description
ByteString

The bytes for bucket.

getDefaultInstanceForType()

public DeploymentDiagnosticData getDefaultInstanceForType()
Returns
Type Description
DeploymentDiagnosticData

getDiagnosticEndTime()

public Timestamp getDiagnosticEndTime()

Output only. The time diagnostic end.

.google.protobuf.Timestamp diagnostic_end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The diagnosticEndTime.

getDiagnosticEndTimeOrBuilder()

public TimestampOrBuilder getDiagnosticEndTimeOrBuilder()

Output only. The time diagnostic end.

.google.protobuf.Timestamp diagnostic_end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getDiagnosticStartTime()

public Timestamp getDiagnosticStartTime()

Output only. The time diagnostic start.

.google.protobuf.Timestamp diagnostic_start_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The diagnosticStartTime.

getDiagnosticStartTimeOrBuilder()

public TimestampOrBuilder getDiagnosticStartTimeOrBuilder()

Output only. The time diagnostic start.

.google.protobuf.Timestamp diagnostic_start_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getDiagnosticState()

public DeploymentDiagnosticData.DiagnosticState getDiagnosticState()

Output only. The diagnostic state.

.google.cloud.oracledatabase.v1.DeploymentDiagnosticData.DiagnosticState diagnostic_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeploymentDiagnosticData.DiagnosticState

The diagnosticState.

getDiagnosticStateValue()

public int getDiagnosticStateValue()

Output only. The diagnostic state.

.google.cloud.oracledatabase.v1.DeploymentDiagnosticData.DiagnosticState diagnostic_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for diagnosticState.

getNamespace()

public String getNamespace()

Output only. The namespace name.

string namespace = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The namespace.

getNamespaceBytes()

public ByteString getNamespaceBytes()

Output only. The namespace name.

string namespace = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for namespace.

getObject()

public String getObject()

Output only. The object name.

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

Returns
Type Description
String

The object.

getObjectBytes()

public ByteString getObjectBytes()

Output only. The object name.

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

Returns
Type Description
ByteString

The bytes for object.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasDiagnosticEndTime()

public boolean hasDiagnosticEndTime()

Output only. The time diagnostic end.

.google.protobuf.Timestamp diagnostic_end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the diagnosticEndTime field is set.

hasDiagnosticStartTime()

public boolean hasDiagnosticStartTime()

Output only. The time diagnostic start.

.google.protobuf.Timestamp diagnostic_start_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the diagnosticStartTime field is set.

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 DeploymentDiagnosticData.Builder newBuilderForType()
Returns
Type Description
DeploymentDiagnosticData.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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