public interface CreateMembershipRBACRoleBindingRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The parent (project and location) where the RBACRoleBinding will
be created. Specified in the format projects/*/locations/*/memberships/*.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The parent (project and location) where the RBACRoleBinding will
be created. Specified in the format projects/*/locations/*/memberships/*.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getRbacrolebinding()
public abstract RBACRoleBinding getRbacrolebinding()Required. The rbacrolebindings to create.
.google.cloud.gkehub.v1.RBACRoleBinding rbacrolebinding = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RBACRoleBinding |
The rbacrolebinding. |
getRbacrolebindingId()
public abstract String getRbacrolebindingId() Required. Client chosen ID for the RBACRoleBinding. rbacrolebinding_id
must be a valid RFC 1123 compliant DNS label:
- At most 63 characters in length
- It must consist of lower case alphanumeric characters or
- It must start and end with an alphanumeric character
Which can be expressed as the regex:
a-z0-9?, with a maximum length of 63 characters.
string rbacrolebinding_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The rbacrolebindingId. |
getRbacrolebindingIdBytes()
public abstract ByteString getRbacrolebindingIdBytes() Required. Client chosen ID for the RBACRoleBinding. rbacrolebinding_id
must be a valid RFC 1123 compliant DNS label:
- At most 63 characters in length
- It must consist of lower case alphanumeric characters or
- It must start and end with an alphanumeric character
Which can be expressed as the regex:
a-z0-9?, with a maximum length of 63 characters.
string rbacrolebinding_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for rbacrolebindingId. |
getRbacrolebindingOrBuilder()
public abstract RBACRoleBindingOrBuilder getRbacrolebindingOrBuilder()Required. The rbacrolebindings to create.
.google.cloud.gkehub.v1.RBACRoleBinding rbacrolebinding = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RBACRoleBindingOrBuilder |
|
hasRbacrolebinding()
public abstract boolean hasRbacrolebinding()Required. The rbacrolebindings to create.
.google.cloud.gkehub.v1.RBACRoleBinding rbacrolebinding = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the rbacrolebinding field is set. |