Interface CloudAccountDetailsOrBuilder (0.21.0)
Stay organized with collections
Save and categorize content based on your preferences.
public interface CloudAccountDetailsOrBuilder extends MessageOrBuilder
Methods
getAccountCreationUri()
public abstract String getAccountCreationUri()
Output only. URL to create a new account and link.
optional string account_creation_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The accountCreationUri.
|
getAccountCreationUriBytes()
public abstract ByteString getAccountCreationUriBytes()
Output only. URL to create a new account and link.
optional string account_creation_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for accountCreationUri.
|
getCloudAccount()
public abstract String getCloudAccount()
Output only. OCI account name.
string cloud_account = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The cloudAccount.
|
getCloudAccountBytes()
public abstract ByteString getCloudAccountBytes()
Output only. OCI account name.
string cloud_account = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for cloudAccount.
|
getCloudAccountHomeRegion()
public abstract String getCloudAccountHomeRegion()
Output only. OCI account home region.
string cloud_account_home_region = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The cloudAccountHomeRegion.
|
getCloudAccountHomeRegionBytes()
public abstract ByteString getCloudAccountHomeRegionBytes()
Output only. OCI account home region.
string cloud_account_home_region = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for cloudAccountHomeRegion.
|
getLinkExistingAccountUri()
public abstract String getLinkExistingAccountUri()
Output only. URL to link an existing account.
optional string link_existing_account_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The linkExistingAccountUri.
|
getLinkExistingAccountUriBytes()
public abstract ByteString getLinkExistingAccountUriBytes()
Output only. URL to link an existing account.
optional string link_existing_account_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for linkExistingAccountUri.
|
hasAccountCreationUri()
public abstract boolean hasAccountCreationUri()
Output only. URL to create a new account and link.
optional string account_creation_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
Whether the accountCreationUri field is set.
|
hasLinkExistingAccountUri()
public abstract boolean hasLinkExistingAccountUri()
Output only. URL to link an existing account.
optional string link_existing_account_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
Whether the linkExistingAccountUri field is set.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-16 UTC."],[],[],null,["# Interface CloudAccountDetailsOrBuilder (0.21.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.21.0 (latest)](/java/docs/reference/google-cloud-oracledatabase/latest/com.google.cloud.oracledatabase.v1.CloudAccountDetailsOrBuilder)\n- [0.19.0](/java/docs/reference/google-cloud-oracledatabase/0.19.0/com.google.cloud.oracledatabase.v1.CloudAccountDetailsOrBuilder)\n- [0.17.0](/java/docs/reference/google-cloud-oracledatabase/0.17.0/com.google.cloud.oracledatabase.v1.CloudAccountDetailsOrBuilder)\n- [0.16.0](/java/docs/reference/google-cloud-oracledatabase/0.16.0/com.google.cloud.oracledatabase.v1.CloudAccountDetailsOrBuilder)\n- [0.13.0](/java/docs/reference/google-cloud-oracledatabase/0.13.0/com.google.cloud.oracledatabase.v1.CloudAccountDetailsOrBuilder)\n- [0.12.0](/java/docs/reference/google-cloud-oracledatabase/0.12.0/com.google.cloud.oracledatabase.v1.CloudAccountDetailsOrBuilder)\n- [0.11.0](/java/docs/reference/google-cloud-oracledatabase/0.11.0/com.google.cloud.oracledatabase.v1.CloudAccountDetailsOrBuilder)\n- [0.9.0](/java/docs/reference/google-cloud-oracledatabase/0.9.0/com.google.cloud.oracledatabase.v1.CloudAccountDetailsOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-oracledatabase/0.8.0/com.google.cloud.oracledatabase.v1.CloudAccountDetailsOrBuilder)\n- [0.7.0](/java/docs/reference/google-cloud-oracledatabase/0.7.0/com.google.cloud.oracledatabase.v1.CloudAccountDetailsOrBuilder)\n- [0.6.0](/java/docs/reference/google-cloud-oracledatabase/0.6.0/com.google.cloud.oracledatabase.v1.CloudAccountDetailsOrBuilder)\n- [0.5.0](/java/docs/reference/google-cloud-oracledatabase/0.5.0/com.google.cloud.oracledatabase.v1.CloudAccountDetailsOrBuilder)\n- [0.4.0](/java/docs/reference/google-cloud-oracledatabase/0.4.0/com.google.cloud.oracledatabase.v1.CloudAccountDetailsOrBuilder)\n- [0.3.0](/java/docs/reference/google-cloud-oracledatabase/0.3.0/com.google.cloud.oracledatabase.v1.CloudAccountDetailsOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-oracledatabase/0.2.0/com.google.cloud.oracledatabase.v1.CloudAccountDetailsOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-oracledatabase/0.1.0/com.google.cloud.oracledatabase.v1.CloudAccountDetailsOrBuilder) \n\n public interface CloudAccountDetailsOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getAccountCreationUri()\n\n public abstract String getAccountCreationUri()\n\nOutput only. URL to create a new account and link.\n\n`optional string account_creation_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getAccountCreationUriBytes()\n\n public abstract ByteString getAccountCreationUriBytes()\n\nOutput only. URL to create a new account and link.\n\n`optional string account_creation_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getCloudAccount()\n\n public abstract String getCloudAccount()\n\nOutput only. OCI account name.\n\n`string cloud_account = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getCloudAccountBytes()\n\n public abstract ByteString getCloudAccountBytes()\n\nOutput only. OCI account name.\n\n`string cloud_account = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getCloudAccountHomeRegion()\n\n public abstract String getCloudAccountHomeRegion()\n\nOutput only. OCI account home region.\n\n`string cloud_account_home_region = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getCloudAccountHomeRegionBytes()\n\n public abstract ByteString getCloudAccountHomeRegionBytes()\n\nOutput only. OCI account home region.\n\n`string cloud_account_home_region = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getLinkExistingAccountUri()\n\n public abstract String getLinkExistingAccountUri()\n\nOutput only. URL to link an existing account.\n\n`\noptional string link_existing_account_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getLinkExistingAccountUriBytes()\n\n public abstract ByteString getLinkExistingAccountUriBytes()\n\nOutput only. URL to link an existing account.\n\n`\noptional string link_existing_account_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### hasAccountCreationUri()\n\n public abstract boolean hasAccountCreationUri()\n\nOutput only. URL to create a new account and link.\n\n`optional string account_creation_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### hasLinkExistingAccountUri()\n\n public abstract boolean hasLinkExistingAccountUri()\n\nOutput only. URL to link an existing account.\n\n`\noptional string link_existing_account_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`"]]