public static final class AllConnectionStrings.Builder extends GeneratedMessage.Builder<AllConnectionStrings.Builder> implements AllConnectionStringsOrBuilderA list of all connection strings that can be used to connect to the Autonomous Database.
Protobuf type google.cloud.oracledatabase.v1.AllConnectionStrings
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > AllConnectionStrings.BuilderImplements
AllConnectionStringsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public AllConnectionStrings build()| Returns | |
|---|---|
| Type | Description |
AllConnectionStrings |
|
buildPartial()
public AllConnectionStrings buildPartial()| Returns | |
|---|---|
| Type | Description |
AllConnectionStrings |
|
clear()
public AllConnectionStrings.Builder clear()| Returns | |
|---|---|
| Type | Description |
AllConnectionStrings.Builder |
|
clearHigh()
public AllConnectionStrings.Builder clearHigh()Output only. The database service provides the highest level of resources to each SQL statement.
string high = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
AllConnectionStrings.Builder |
This builder for chaining. |
clearLow()
public AllConnectionStrings.Builder clearLow()Output only. The database service provides the least level of resources to each SQL statement.
string low = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
AllConnectionStrings.Builder |
This builder for chaining. |
clearMedium()
public AllConnectionStrings.Builder clearMedium()Output only. The database service provides a lower level of resources to each SQL statement.
string medium = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
AllConnectionStrings.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public AllConnectionStrings getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AllConnectionStrings |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getHigh()
public String getHigh()Output only. The database service provides the highest level of resources to each SQL statement.
string high = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The high. |
getHighBytes()
public ByteString getHighBytes()Output only. The database service provides the highest level of resources to each SQL statement.
string high = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for high. |
getLow()
public String getLow()Output only. The database service provides the least level of resources to each SQL statement.
string low = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The low. |
getLowBytes()
public ByteString getLowBytes()Output only. The database service provides the least level of resources to each SQL statement.
string low = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for low. |
getMedium()
public String getMedium()Output only. The database service provides a lower level of resources to each SQL statement.
string medium = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The medium. |
getMediumBytes()
public ByteString getMediumBytes()Output only. The database service provides a lower level of resources to each SQL statement.
string medium = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for medium. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(AllConnectionStrings other)
public AllConnectionStrings.Builder mergeFrom(AllConnectionStrings other)| Parameter | |
|---|---|
| Name | Description |
other |
AllConnectionStrings |
| Returns | |
|---|---|
| Type | Description |
AllConnectionStrings.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AllConnectionStrings.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AllConnectionStrings.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public AllConnectionStrings.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
AllConnectionStrings.Builder |
|
setHigh(String value)
public AllConnectionStrings.Builder setHigh(String value)Output only. The database service provides the highest level of resources to each SQL statement.
string high = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe high to set. |
| Returns | |
|---|---|
| Type | Description |
AllConnectionStrings.Builder |
This builder for chaining. |
setHighBytes(ByteString value)
public AllConnectionStrings.Builder setHighBytes(ByteString value)Output only. The database service provides the highest level of resources to each SQL statement.
string high = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for high to set. |
| Returns | |
|---|---|
| Type | Description |
AllConnectionStrings.Builder |
This builder for chaining. |
setLow(String value)
public AllConnectionStrings.Builder setLow(String value)Output only. The database service provides the least level of resources to each SQL statement.
string low = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe low to set. |
| Returns | |
|---|---|
| Type | Description |
AllConnectionStrings.Builder |
This builder for chaining. |
setLowBytes(ByteString value)
public AllConnectionStrings.Builder setLowBytes(ByteString value)Output only. The database service provides the least level of resources to each SQL statement.
string low = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for low to set. |
| Returns | |
|---|---|
| Type | Description |
AllConnectionStrings.Builder |
This builder for chaining. |
setMedium(String value)
public AllConnectionStrings.Builder setMedium(String value)Output only. The database service provides a lower level of resources to each SQL statement.
string medium = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe medium to set. |
| Returns | |
|---|---|
| Type | Description |
AllConnectionStrings.Builder |
This builder for chaining. |
setMediumBytes(ByteString value)
public AllConnectionStrings.Builder setMediumBytes(ByteString value)Output only. The database service provides a lower level of resources to each SQL statement.
string medium = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for medium to set. |
| Returns | |
|---|---|
| Type | Description |
AllConnectionStrings.Builder |
This builder for chaining. |