Interface EntitlementOrBuilder (0.1.0)

public interface EntitlementOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCloudAccountDetails()

public abstract CloudAccountDetails getCloudAccountDetails()

Details of the OCI Cloud Account.

.google.cloud.oracledatabase.v1.CloudAccountDetails cloud_account_details = 2;

Returns
Type Description
CloudAccountDetails

The cloudAccountDetails.

getCloudAccountDetailsOrBuilder()

public abstract CloudAccountDetailsOrBuilder getCloudAccountDetailsOrBuilder()

Details of the OCI Cloud Account.

.google.cloud.oracledatabase.v1.CloudAccountDetails cloud_account_details = 2;

Returns
Type Description
CloudAccountDetailsOrBuilder

getEntitlementId()

public abstract String getEntitlementId()

Output only. Google Cloud Marketplace order ID (aka entitlement ID)

string entitlement_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The entitlementId.

getEntitlementIdBytes()

public abstract ByteString getEntitlementIdBytes()

Output only. Google Cloud Marketplace order ID (aka entitlement ID)

string entitlement_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for entitlementId.

getName()

public abstract String getName()

Identifier. The name of the Entitlement resource with the format: projects/{project}/locations/{region}/entitlements/{entitlement}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. The name of the Entitlement resource with the format: projects/{project}/locations/{region}/entitlements/{entitlement}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getState()

public abstract Entitlement.State getState()

Output only. Entitlement State.

.google.cloud.oracledatabase.v1.Entitlement.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Entitlement.State

The state.

getStateValue()

public abstract int getStateValue()

Output only. Entitlement State.

.google.cloud.oracledatabase.v1.Entitlement.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for state.

hasCloudAccountDetails()

public abstract boolean hasCloudAccountDetails()

Details of the OCI Cloud Account.

.google.cloud.oracledatabase.v1.CloudAccountDetails cloud_account_details = 2;

Returns
Type Description
boolean

Whether the cloudAccountDetails field is set.