public interface CreateQuotaRuleRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent()Required. Parent value for CreateQuotaRuleRequest
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. Parent value for CreateQuotaRuleRequest
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getQuotaRule()
public abstract QuotaRule getQuotaRule()Required. Fields of the to be created quota rule.
.google.cloud.netapp.v1.QuotaRule quota_rule = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
QuotaRule |
The quotaRule. |
getQuotaRuleId()
public abstract String getQuotaRuleId()Required. ID of the quota rule to create. Must be unique within the parent resource. Must contain only letters, numbers, underscore and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.
string quota_rule_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The quotaRuleId. |
getQuotaRuleIdBytes()
public abstract ByteString getQuotaRuleIdBytes()Required. ID of the quota rule to create. Must be unique within the parent resource. Must contain only letters, numbers, underscore and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.
string quota_rule_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for quotaRuleId. |
getQuotaRuleOrBuilder()
public abstract QuotaRuleOrBuilder getQuotaRuleOrBuilder()Required. Fields of the to be created quota rule.
.google.cloud.netapp.v1.QuotaRule quota_rule = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
QuotaRuleOrBuilder |
|
hasQuotaRule()
public abstract boolean hasQuotaRule()Required. Fields of the to be created quota rule.
.google.cloud.netapp.v1.QuotaRule quota_rule = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the quotaRule field is set. |