Interface AuthorizationOrBuilder (0.34.0)

public interface AuthorizationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAdminUsers()

public abstract ClusterUser getAdminUsers()

Required. User that will be granted the cluster-admin role on the cluster, providing full access to the cluster. Currently, this is a singular field, but will be expanded to allow multiple admins in the future.

.google.cloud.edgecontainer.v1.ClusterUser admin_users = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ClusterUser

The adminUsers.

getAdminUsersOrBuilder()

public abstract ClusterUserOrBuilder getAdminUsersOrBuilder()

Required. User that will be granted the cluster-admin role on the cluster, providing full access to the cluster. Currently, this is a singular field, but will be expanded to allow multiple admins in the future.

.google.cloud.edgecontainer.v1.ClusterUser admin_users = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ClusterUserOrBuilder

hasAdminUsers()

public abstract boolean hasAdminUsers()

Required. User that will be granted the cluster-admin role on the cluster, providing full access to the cluster. Currently, this is a singular field, but will be expanded to allow multiple admins in the future.

.google.cloud.edgecontainer.v1.ClusterUser admin_users = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the adminUsers field is set.