public final class DataCollectionOptionsDbSystem extends GeneratedMessage implements DataCollectionOptionsDbSystemOrBuilderData collection options for DbSystem.
Protobuf type google.cloud.oracledatabase.v1.DataCollectionOptionsDbSystem
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > DataCollectionOptionsDbSystemImplements
DataCollectionOptionsDbSystemOrBuilderStatic Fields
IS_DIAGNOSTICS_EVENTS_ENABLED_FIELD_NUMBER
public static final int IS_DIAGNOSTICS_EVENTS_ENABLED_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
IS_INCIDENT_LOGS_ENABLED_FIELD_NUMBER
public static final int IS_INCIDENT_LOGS_ENABLED_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static DataCollectionOptionsDbSystem getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
DataCollectionOptionsDbSystem |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static DataCollectionOptionsDbSystem.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
DataCollectionOptionsDbSystem.Builder |
|
newBuilder(DataCollectionOptionsDbSystem prototype)
public static DataCollectionOptionsDbSystem.Builder newBuilder(DataCollectionOptionsDbSystem prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
DataCollectionOptionsDbSystem |
| Returns | |
|---|---|
| Type | Description |
DataCollectionOptionsDbSystem.Builder |
|
parseDelimitedFrom(InputStream input)
public static DataCollectionOptionsDbSystem parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
DataCollectionOptionsDbSystem |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DataCollectionOptionsDbSystem parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataCollectionOptionsDbSystem |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static DataCollectionOptionsDbSystem parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
DataCollectionOptionsDbSystem |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DataCollectionOptionsDbSystem parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataCollectionOptionsDbSystem |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static DataCollectionOptionsDbSystem parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
DataCollectionOptionsDbSystem |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DataCollectionOptionsDbSystem parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataCollectionOptionsDbSystem |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static DataCollectionOptionsDbSystem parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
DataCollectionOptionsDbSystem |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DataCollectionOptionsDbSystem parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataCollectionOptionsDbSystem |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static DataCollectionOptionsDbSystem parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
DataCollectionOptionsDbSystem |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DataCollectionOptionsDbSystem parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataCollectionOptionsDbSystem |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static DataCollectionOptionsDbSystem parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
DataCollectionOptionsDbSystem |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DataCollectionOptionsDbSystem parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataCollectionOptionsDbSystem |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<DataCollectionOptionsDbSystem> parser()| Returns | |
|---|---|
| Type | Description |
Parser<DataCollectionOptionsDbSystem> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public DataCollectionOptionsDbSystem getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DataCollectionOptionsDbSystem |
|
getIsDiagnosticsEventsEnabled()
public boolean getIsDiagnosticsEventsEnabled()Optional. Indicates whether to enable data collection for diagnostics.
bool is_diagnostics_events_enabled = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The isDiagnosticsEventsEnabled. |
getIsIncidentLogsEnabled()
public boolean getIsIncidentLogsEnabled()Optional. Indicates whether to enable incident logs and trace collection.
bool is_incident_logs_enabled = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The isIncidentLogsEnabled. |
getParserForType()
public Parser<DataCollectionOptionsDbSystem> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<DataCollectionOptionsDbSystem> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public DataCollectionOptionsDbSystem.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
DataCollectionOptionsDbSystem.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected DataCollectionOptionsDbSystem.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
DataCollectionOptionsDbSystem.Builder |
|
toBuilder()
public DataCollectionOptionsDbSystem.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
DataCollectionOptionsDbSystem.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|