public static interface Kubernetes.BindingOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
Name for binding.
|
ByteString |
getNameBytes()
Name for binding.
|
String |
getNs()
Namespace for binding.
|
ByteString |
getNsBytes()
Namespace for 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 the subjects(s) bound to the role.
|
int |
getSubjectsCount()
Represents the subjects(s) bound to the role.
|
List<Kubernetes.Subject> |
getSubjectsList()
Represents the subjects(s) bound to the role.
|
Kubernetes.SubjectOrBuilder |
getSubjectsOrBuilder(int index)
Represents the subjects(s) bound to the role.
|
List<? extends Kubernetes.SubjectOrBuilder> |
getSubjectsOrBuilderList()
Represents the subjects(s) 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, hasOneof
isInitialized
String getNs()
Namespace for binding.
string ns = 1;
ByteString getNsBytes()
Namespace for binding.
string ns = 1;
String getName()
Name for binding.
string name = 2;
ByteString getNameBytes()
Name for 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 the subjects(s) 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 the subjects(s) bound to the role. Not always available for PATCH requests.
repeated .google.cloud.securitycenter.v1.Kubernetes.Subject subjects = 4;
int getSubjectsCount()
Represents the subjects(s) 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 the subjects(s) 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 the subjects(s) bound to the role. Not always available for PATCH requests.
repeated .google.cloud.securitycenter.v1.Kubernetes.Subject subjects = 4;
Copyright © 2022 Google LLC. All rights reserved.