Uses of Class
com.google.cloud.gkehub.configmanagement.v1beta.BinauthzConfig
-
Packages that use BinauthzConfig Package Description com.google.cloud.gkehub.configmanagement.v1beta -
-
Uses of BinauthzConfig in com.google.cloud.gkehub.configmanagement.v1beta
Methods in com.google.cloud.gkehub.configmanagement.v1beta that return BinauthzConfig Modifier and Type Method Description BinauthzConfig
BinauthzConfig.Builder. build()
BinauthzConfig
BinauthzConfig.Builder. buildPartial()
BinauthzConfig
MembershipSpec.Builder. getBinauthz()
Binauthz conifguration for the cluster.BinauthzConfig
MembershipSpec. getBinauthz()
Binauthz conifguration for the cluster.BinauthzConfig
MembershipSpecOrBuilder. getBinauthz()
Binauthz conifguration for the cluster.static BinauthzConfig
BinauthzConfig. getDefaultInstance()
BinauthzConfig
BinauthzConfig.Builder. getDefaultInstanceForType()
BinauthzConfig
BinauthzConfig. getDefaultInstanceForType()
static BinauthzConfig
BinauthzConfig. parseDelimitedFrom(InputStream input)
static BinauthzConfig
BinauthzConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BinauthzConfig
BinauthzConfig. parseFrom(byte[] data)
static BinauthzConfig
BinauthzConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BinauthzConfig
BinauthzConfig. parseFrom(com.google.protobuf.ByteString data)
static BinauthzConfig
BinauthzConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BinauthzConfig
BinauthzConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static BinauthzConfig
BinauthzConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BinauthzConfig
BinauthzConfig. parseFrom(InputStream input)
static BinauthzConfig
BinauthzConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BinauthzConfig
BinauthzConfig. parseFrom(ByteBuffer data)
static BinauthzConfig
BinauthzConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkehub.configmanagement.v1beta that return types with arguments of type BinauthzConfig Modifier and Type Method Description com.google.protobuf.Parser<BinauthzConfig>
BinauthzConfig. getParserForType()
static com.google.protobuf.Parser<BinauthzConfig>
BinauthzConfig. parser()
Methods in com.google.cloud.gkehub.configmanagement.v1beta with parameters of type BinauthzConfig Modifier and Type Method Description MembershipSpec.Builder
MembershipSpec.Builder. mergeBinauthz(BinauthzConfig value)
Binauthz conifguration for the cluster.BinauthzConfig.Builder
BinauthzConfig.Builder. mergeFrom(BinauthzConfig other)
static BinauthzConfig.Builder
BinauthzConfig. newBuilder(BinauthzConfig prototype)
MembershipSpec.Builder
MembershipSpec.Builder. setBinauthz(BinauthzConfig value)
Binauthz conifguration for the cluster.
-