public static interface Kubernetes.BindingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name for the binding.
|
com.google.protobuf.ByteString |
getNameBytes()
Name for the binding.
|
String |
getNs()
Namespace for the binding.
|
com.google.protobuf.ByteString |
getNsBytes()
Namespace for the binding.
|
Kubernetes.Role |
getRole()
The Role or ClusterRole referenced by the binding.
|
Kubernetes.RoleOrBuilder |
getRoleOrBuilder()
The Role or ClusterRole referenced by the binding.
|
Kubernetes.Subject |
getSubjects(int index)
Represents one or more subjects that are bound to the role.
|
int |
getSubjectsCount()
Represents one or more subjects that are bound to the role.
|
List<Kubernetes.Subject> |
getSubjectsList()
Represents one or more subjects that are bound to the role.
|
Kubernetes.SubjectOrBuilder |
getSubjectsOrBuilder(int index)
Represents one or more subjects that are bound to the role.
|
List<? extends Kubernetes.SubjectOrBuilder> |
getSubjectsOrBuilderList()
Represents one or more subjects that are bound to the role.
|
boolean |
hasRole()
The Role or ClusterRole referenced by the binding.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getNs()
Namespace for the binding.
string ns = 1;com.google.protobuf.ByteString getNsBytes()
Namespace for the binding.
string ns = 1;String getName()
Name for the binding.
string name = 2;com.google.protobuf.ByteString getNameBytes()
Name for the binding.
string name = 2;boolean hasRole()
The Role or ClusterRole referenced by the binding.
.google.cloud.securitycenter.v1.Kubernetes.Role role = 3;Kubernetes.Role getRole()
The Role or ClusterRole referenced by the binding.
.google.cloud.securitycenter.v1.Kubernetes.Role role = 3;Kubernetes.RoleOrBuilder getRoleOrBuilder()
The Role or ClusterRole referenced by the binding.
.google.cloud.securitycenter.v1.Kubernetes.Role role = 3;List<Kubernetes.Subject> getSubjectsList()
Represents one or more subjects that are bound to the role. Not always available for PATCH requests.
repeated .google.cloud.securitycenter.v1.Kubernetes.Subject subjects = 4;Kubernetes.Subject getSubjects(int index)
Represents one or more subjects that are bound to the role. Not always available for PATCH requests.
repeated .google.cloud.securitycenter.v1.Kubernetes.Subject subjects = 4;int getSubjectsCount()
Represents one or more subjects that are bound to the role. Not always available for PATCH requests.
repeated .google.cloud.securitycenter.v1.Kubernetes.Subject subjects = 4;List<? extends Kubernetes.SubjectOrBuilder> getSubjectsOrBuilderList()
Represents one or more subjects that are bound to the role. Not always available for PATCH requests.
repeated .google.cloud.securitycenter.v1.Kubernetes.Subject subjects = 4;Kubernetes.SubjectOrBuilder getSubjectsOrBuilder(int index)
Represents one or more subjects that are bound to the role. Not always available for PATCH requests.
repeated .google.cloud.securitycenter.v1.Kubernetes.Subject subjects = 4;Copyright © 2024 Google LLC. All rights reserved.