public final class CloudAccountDetails extends GeneratedMessageV3 implements CloudAccountDetailsOrBuilder
Details of the OCI Cloud Account.
Protobuf type google.cloud.oracledatabase.v1.CloudAccountDetails
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
ACCOUNT_CREATION_URI_FIELD_NUMBER
public static final int ACCOUNT_CREATION_URI_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CLOUD_ACCOUNT_FIELD_NUMBER
public static final int CLOUD_ACCOUNT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CLOUD_ACCOUNT_HOME_REGION_FIELD_NUMBER
public static final int CLOUD_ACCOUNT_HOME_REGION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
LINK_EXISTING_ACCOUNT_URI_FIELD_NUMBER
public static final int LINK_EXISTING_ACCOUNT_URI_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static CloudAccountDetails getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static CloudAccountDetails.Builder newBuilder()
newBuilder(CloudAccountDetails prototype)
public static CloudAccountDetails.Builder newBuilder(CloudAccountDetails prototype)
public static CloudAccountDetails parseDelimitedFrom(InputStream input)
public static CloudAccountDetails parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static CloudAccountDetails parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CloudAccountDetails parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static CloudAccountDetails parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CloudAccountDetails parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CloudAccountDetails parseFrom(CodedInputStream input)
public static CloudAccountDetails parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CloudAccountDetails parseFrom(InputStream input)
public static CloudAccountDetails parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static CloudAccountDetails parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CloudAccountDetails parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<CloudAccountDetails> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getAccountCreationUri()
public 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 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 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 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 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 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.
|
getDefaultInstanceForType()
public CloudAccountDetails getDefaultInstanceForType()
getLinkExistingAccountUri()
public 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 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.
|
getParserForType()
public Parser<CloudAccountDetails> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasAccountCreationUri()
public 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 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.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public CloudAccountDetails.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CloudAccountDetails.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public CloudAccountDetails.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides