public interface CloudAccountDetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |