public static final class AllConnectionStrings.Builder extends GeneratedMessageV3.Builder<AllConnectionStrings.Builder> implements AllConnectionStringsOrBuilder
A list of all connection strings that can be used to connect to the Autonomous Database.
Protobuf type google.cloud.oracledatabase.v1.AllConnectionStrings
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AllConnectionStrings.BuilderImplements
AllConnectionStringsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AllConnectionStrings.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
AllConnectionStrings.Builder |
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 |
clearField(Descriptors.FieldDescriptor field)
public AllConnectionStrings.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
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. |
clearOneof(Descriptors.OneofDescriptor oneof)
public AllConnectionStrings.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
AllConnectionStrings.Builder |
clone()
public AllConnectionStrings.Builder clone()
Returns | |
---|---|
Type | Description |
AllConnectionStrings.Builder |
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 GeneratedMessageV3.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 |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AllConnectionStrings.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AllConnectionStrings.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public AllConnectionStrings.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
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 |
String The 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 |
ByteString The 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 |
String The 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 |
ByteString The 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 |
String The 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 |
ByteString The bytes for medium to set. |
Returns | |
---|---|
Type | Description |
AllConnectionStrings.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AllConnectionStrings.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
AllConnectionStrings.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final AllConnectionStrings.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AllConnectionStrings.Builder |