public final class AutonomousDatabaseConnectionUrls extends GeneratedMessageV3 implements AutonomousDatabaseConnectionUrlsOrBuilder
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
APEX_URI_FIELD_NUMBER
public static final int APEX_URI_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int DATABASE_TRANSFORMS_URI_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
GRAPH_STUDIO_URI_FIELD_NUMBER
public static final int GRAPH_STUDIO_URI_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
MACHINE_LEARNING_NOTEBOOK_URI_FIELD_NUMBER
public static final int MACHINE_LEARNING_NOTEBOOK_URI_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
MACHINE_LEARNING_USER_MANAGEMENT_URI_FIELD_NUMBER
public static final int MACHINE_LEARNING_USER_MANAGEMENT_URI_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
MONGO_DB_URI_FIELD_NUMBER
public static final int MONGO_DB_URI_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ORDS_URI_FIELD_NUMBER
public static final int ORDS_URI_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SQL_DEV_WEB_URI_FIELD_NUMBER
public static final int SQL_DEV_WEB_URI_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static AutonomousDatabaseConnectionUrls getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static AutonomousDatabaseConnectionUrls.Builder newBuilder()
newBuilder(AutonomousDatabaseConnectionUrls prototype)
public static AutonomousDatabaseConnectionUrls.Builder newBuilder(AutonomousDatabaseConnectionUrls prototype)
public static AutonomousDatabaseConnectionUrls parseDelimitedFrom(InputStream input)
public static AutonomousDatabaseConnectionUrls parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static AutonomousDatabaseConnectionUrls parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AutonomousDatabaseConnectionUrls parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static AutonomousDatabaseConnectionUrls parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AutonomousDatabaseConnectionUrls parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AutonomousDatabaseConnectionUrls parseFrom(CodedInputStream input)
public static AutonomousDatabaseConnectionUrls parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AutonomousDatabaseConnectionUrls parseFrom(InputStream input)
public static AutonomousDatabaseConnectionUrls parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static AutonomousDatabaseConnectionUrls parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AutonomousDatabaseConnectionUrls parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<AutonomousDatabaseConnectionUrls> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getApexUri()
public String getApexUri()
Output only. Oracle Application Express (APEX) URL.
string apex_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The apexUri.
|
getApexUriBytes()
public ByteString getApexUriBytes()
Output only. Oracle Application Express (APEX) URL.
string apex_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for apexUri.
|
public String getDatabaseTransformsUri()
Output only. The URL of the Database Transforms for the Autonomous
Database.
string database_transforms_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The databaseTransformsUri.
|
public ByteString getDatabaseTransformsUriBytes()
Output only. The URL of the Database Transforms for the Autonomous
Database.
string database_transforms_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for databaseTransformsUri.
|
getDefaultInstanceForType()
public AutonomousDatabaseConnectionUrls getDefaultInstanceForType()
getGraphStudioUri()
public String getGraphStudioUri()
Output only. The URL of the Graph Studio for the Autonomous Database.
string graph_studio_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The graphStudioUri.
|
getGraphStudioUriBytes()
public ByteString getGraphStudioUriBytes()
Output only. The URL of the Graph Studio for the Autonomous Database.
string graph_studio_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for graphStudioUri.
|
getMachineLearningNotebookUri()
public String getMachineLearningNotebookUri()
Output only. The URL of the Oracle Machine Learning (OML) Notebook for the
Autonomous Database.
string machine_learning_notebook_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The machineLearningNotebookUri.
|
getMachineLearningNotebookUriBytes()
public ByteString getMachineLearningNotebookUriBytes()
Output only. The URL of the Oracle Machine Learning (OML) Notebook for the
Autonomous Database.
string machine_learning_notebook_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for machineLearningNotebookUri.
|
getMachineLearningUserManagementUri()
public String getMachineLearningUserManagementUri()
Output only. The URL of Machine Learning user management the Autonomous
Database.
string machine_learning_user_management_uri = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The machineLearningUserManagementUri.
|
getMachineLearningUserManagementUriBytes()
public ByteString getMachineLearningUserManagementUriBytes()
Output only. The URL of Machine Learning user management the Autonomous
Database.
string machine_learning_user_management_uri = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for machineLearningUserManagementUri.
|
getMongoDbUri()
public String getMongoDbUri()
Output only. The URL of the MongoDB API for the Autonomous Database.
string mongo_db_uri = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The mongoDbUri.
|
getMongoDbUriBytes()
public ByteString getMongoDbUriBytes()
Output only. The URL of the MongoDB API for the Autonomous Database.
string mongo_db_uri = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for mongoDbUri.
|
getOrdsUri()
public String getOrdsUri()
Output only. The Oracle REST Data Services (ORDS) URL of the Web Access for
the Autonomous Database.
string ords_uri = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The ordsUri.
|
getOrdsUriBytes()
public ByteString getOrdsUriBytes()
Output only. The Oracle REST Data Services (ORDS) URL of the Web Access for
the Autonomous Database.
string ords_uri = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for ordsUri.
|
getParserForType()
public Parser<AutonomousDatabaseConnectionUrls> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getSqlDevWebUri()
public String getSqlDevWebUri()
Output only. The URL of the Oracle SQL Developer Web for the Autonomous
Database.
string sql_dev_web_uri = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The sqlDevWebUri.
|
getSqlDevWebUriBytes()
public ByteString getSqlDevWebUriBytes()
Output only. The URL of the Oracle SQL Developer Web for the Autonomous
Database.
string sql_dev_web_uri = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for sqlDevWebUri.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public AutonomousDatabaseConnectionUrls.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AutonomousDatabaseConnectionUrls.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public AutonomousDatabaseConnectionUrls.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides