Uses of Class
com.google.container.v1beta1.LegacyAbac
-
Packages that use LegacyAbac Package Description com.google.container.v1beta1 -
-
Uses of LegacyAbac in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return LegacyAbac Modifier and Type Method Description LegacyAbac
LegacyAbac.Builder. build()
LegacyAbac
LegacyAbac.Builder. buildPartial()
static LegacyAbac
LegacyAbac. getDefaultInstance()
LegacyAbac
LegacyAbac.Builder. getDefaultInstanceForType()
LegacyAbac
LegacyAbac. getDefaultInstanceForType()
LegacyAbac
Cluster.Builder. getLegacyAbac()
Configuration for the legacy ABAC authorization mode.LegacyAbac
Cluster. getLegacyAbac()
Configuration for the legacy ABAC authorization mode.LegacyAbac
ClusterOrBuilder. getLegacyAbac()
Configuration for the legacy ABAC authorization mode.static LegacyAbac
LegacyAbac. parseDelimitedFrom(InputStream input)
static LegacyAbac
LegacyAbac. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LegacyAbac
LegacyAbac. parseFrom(byte[] data)
static LegacyAbac
LegacyAbac. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LegacyAbac
LegacyAbac. parseFrom(com.google.protobuf.ByteString data)
static LegacyAbac
LegacyAbac. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LegacyAbac
LegacyAbac. parseFrom(com.google.protobuf.CodedInputStream input)
static LegacyAbac
LegacyAbac. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LegacyAbac
LegacyAbac. parseFrom(InputStream input)
static LegacyAbac
LegacyAbac. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LegacyAbac
LegacyAbac. parseFrom(ByteBuffer data)
static LegacyAbac
LegacyAbac. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1beta1 that return types with arguments of type LegacyAbac Modifier and Type Method Description com.google.protobuf.Parser<LegacyAbac>
LegacyAbac. getParserForType()
static com.google.protobuf.Parser<LegacyAbac>
LegacyAbac. parser()
Methods in com.google.container.v1beta1 with parameters of type LegacyAbac Modifier and Type Method Description LegacyAbac.Builder
LegacyAbac.Builder. mergeFrom(LegacyAbac other)
Cluster.Builder
Cluster.Builder. mergeLegacyAbac(LegacyAbac value)
Configuration for the legacy ABAC authorization mode.static LegacyAbac.Builder
LegacyAbac. newBuilder(LegacyAbac prototype)
Cluster.Builder
Cluster.Builder. setLegacyAbac(LegacyAbac value)
Configuration for the legacy ABAC authorization mode.
-