public final class Entitlement extends GeneratedMessageV3 implements EntitlementOrBuilder
Details of the Entitlement resource.
Protobuf type google.cloud.oracledatabase.v1.Entitlement
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
CLOUD_ACCOUNT_DETAILS_FIELD_NUMBER
public static final int CLOUD_ACCOUNT_DETAILS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ENTITLEMENT_ID_FIELD_NUMBER
public static final int ENTITLEMENT_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Entitlement getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Entitlement.Builder newBuilder()
newBuilder(Entitlement prototype)
public static Entitlement.Builder newBuilder(Entitlement prototype)
public static Entitlement parseDelimitedFrom(InputStream input)
public static Entitlement parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Entitlement parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Entitlement parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Entitlement parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Entitlement parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Entitlement parseFrom(CodedInputStream input)
public static Entitlement parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Entitlement parseFrom(InputStream input)
public static Entitlement parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Entitlement parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Entitlement parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Entitlement> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getCloudAccountDetails()
public CloudAccountDetails getCloudAccountDetails()
Details of the OCI Cloud Account.
.google.cloud.oracledatabase.v1.CloudAccountDetails cloud_account_details = 2;
getCloudAccountDetailsOrBuilder()
public CloudAccountDetailsOrBuilder getCloudAccountDetailsOrBuilder()
Details of the OCI Cloud Account.
.google.cloud.oracledatabase.v1.CloudAccountDetails cloud_account_details = 2;
getDefaultInstanceForType()
public Entitlement getDefaultInstanceForType()
getEntitlementId()
public 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 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()
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 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.
|
getParserForType()
public Parser<Entitlement> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getState()
public Entitlement.State getState()
Output only. Entitlement State.
.google.cloud.oracledatabase.v1.Entitlement.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateValue()
public 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 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.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Entitlement.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Entitlement.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Entitlement.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides