Uses of Class
com.google.container.v1beta1.IstioConfig
-
Packages that use IstioConfig Package Description com.google.container.v1beta1 -
-
Uses of IstioConfig in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return IstioConfig Modifier and Type Method Description IstioConfig
IstioConfig.Builder. build()
IstioConfig
IstioConfig.Builder. buildPartial()
static IstioConfig
IstioConfig. getDefaultInstance()
IstioConfig
IstioConfig.Builder. getDefaultInstanceForType()
IstioConfig
IstioConfig. getDefaultInstanceForType()
IstioConfig
AddonsConfig.Builder. getIstioConfig()
Deprecated.google.container.v1beta1.AddonsConfig.istio_config is deprecated.IstioConfig
AddonsConfig. getIstioConfig()
Deprecated.google.container.v1beta1.AddonsConfig.istio_config is deprecated.IstioConfig
AddonsConfigOrBuilder. getIstioConfig()
Deprecated.google.container.v1beta1.AddonsConfig.istio_config is deprecated.static IstioConfig
IstioConfig. parseDelimitedFrom(InputStream input)
static IstioConfig
IstioConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IstioConfig
IstioConfig. parseFrom(byte[] data)
static IstioConfig
IstioConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IstioConfig
IstioConfig. parseFrom(com.google.protobuf.ByteString data)
static IstioConfig
IstioConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IstioConfig
IstioConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static IstioConfig
IstioConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IstioConfig
IstioConfig. parseFrom(InputStream input)
static IstioConfig
IstioConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IstioConfig
IstioConfig. parseFrom(ByteBuffer data)
static IstioConfig
IstioConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1beta1 that return types with arguments of type IstioConfig Modifier and Type Method Description com.google.protobuf.Parser<IstioConfig>
IstioConfig. getParserForType()
static com.google.protobuf.Parser<IstioConfig>
IstioConfig. parser()
Methods in com.google.container.v1beta1 with parameters of type IstioConfig Modifier and Type Method Description IstioConfig.Builder
IstioConfig.Builder. mergeFrom(IstioConfig other)
AddonsConfig.Builder
AddonsConfig.Builder. mergeIstioConfig(IstioConfig value)
Deprecated.static IstioConfig.Builder
IstioConfig. newBuilder(IstioConfig prototype)
AddonsConfig.Builder
AddonsConfig.Builder. setIstioConfig(IstioConfig value)
Deprecated.
-