public interface ConfigurationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
containsLabels(String key)
public abstract boolean containsLabels(String key)
Optional. Labels as key value pairs
map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
boolean |
getCreateTime()
public abstract Timestamp getCreateTime()
Output only. [Output only] Create time stamp
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()
Output only. [Output only] Create time stamp
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getCurrentBillingInfo()
public abstract BillingInfo getCurrentBillingInfo()
Required. Billing information applicable till end of the current month.
.google.cloud.licensemanager.v1.BillingInfo current_billing_info = 8 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
BillingInfo |
The currentBillingInfo. |
getCurrentBillingInfoOrBuilder()
public abstract BillingInfoOrBuilder getCurrentBillingInfoOrBuilder()
Required. Billing information applicable till end of the current month.
.google.cloud.licensemanager.v1.BillingInfo current_billing_info = 8 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
BillingInfoOrBuilder |
getDisplayName()
public abstract String getDisplayName()
Required. User given name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
Required. User given name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for displayName. |
getLabels() (deprecated)
public abstract Map<String,String> getLabels()
Use #getLabelsMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsCount()
public abstract int getLabelsCount()
Optional. Labels as key value pairs
map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
getLabelsMap()
public abstract Map<String,String> getLabelsMap()
Optional. Labels as key value pairs
map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public abstract String getLabelsOrDefault(String key, String defaultValue)
Optional. Labels as key value pairs
map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
key |
String |
defaultValue |
String |
Returns | |
---|---|
Type | Description |
String |
getLabelsOrThrow(String key)
public abstract String getLabelsOrThrow(String key)
Optional. Labels as key value pairs
map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
String |
getLicenseType()
public abstract LicenseType getLicenseType()
Required. LicenseType to be applied for billing
.google.cloud.licensemanager.v1.LicenseType license_type = 7 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
LicenseType |
The licenseType. |
getLicenseTypeValue()
public abstract int getLicenseTypeValue()
Required. LicenseType to be applied for billing
.google.cloud.licensemanager.v1.LicenseType license_type = 7 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for licenseType. |
getName()
public abstract String getName()
Identifier. name of resource
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Identifier. name of resource
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getNextBillingInfo()
public abstract BillingInfo getNextBillingInfo()
Required. Billing information applicable for next month.
.google.cloud.licensemanager.v1.BillingInfo next_billing_info = 9 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
BillingInfo |
The nextBillingInfo. |
getNextBillingInfoOrBuilder()
public abstract BillingInfoOrBuilder getNextBillingInfoOrBuilder()
Required. Billing information applicable for next month.
.google.cloud.licensemanager.v1.BillingInfo next_billing_info = 9 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
BillingInfoOrBuilder |
getProduct()
public abstract String getProduct()
Required. Name field (with URL) of the Product offered for SPLA.
string product = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The product. |
getProductBytes()
public abstract ByteString getProductBytes()
Required. Name field (with URL) of the Product offered for SPLA.
string product = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for product. |
getState()
public abstract Configuration.State getState()
Output only. State of the configuration.
.google.cloud.licensemanager.v1.Configuration.State state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Configuration.State |
The state. |
getStateValue()
public abstract int getStateValue()
Output only. State of the configuration.
.google.cloud.licensemanager.v1.Configuration.State state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for state. |
getUpdateTime()
public abstract Timestamp getUpdateTime()
Output only. [Output only] Update time stamp
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. [Output only] Update time stamp
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasCreateTime()
public abstract boolean hasCreateTime()
Output only. [Output only] Create time stamp
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the createTime field is set. |
hasCurrentBillingInfo()
public abstract boolean hasCurrentBillingInfo()
Required. Billing information applicable till end of the current month.
.google.cloud.licensemanager.v1.BillingInfo current_billing_info = 8 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the currentBillingInfo field is set. |
hasNextBillingInfo()
public abstract boolean hasNextBillingInfo()
Required. Billing information applicable for next month.
.google.cloud.licensemanager.v1.BillingInfo next_billing_info = 9 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the nextBillingInfo field is set. |
hasUpdateTime()
public abstract boolean hasUpdateTime()
Output only. [Output only] Update time stamp
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateTime field is set. |