public static interface ChartOuterClass.ChartOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ChartOuterClass.Chart |
getDependencies(int index)
Charts that this chart depends on.
|
int |
getDependenciesCount()
Charts that this chart depends on.
|
List<ChartOuterClass.Chart> |
getDependenciesList()
Charts that this chart depends on.
|
ChartOuterClass.ChartOrBuilder |
getDependenciesOrBuilder(int index)
Charts that this chart depends on.
|
List<? extends ChartOuterClass.ChartOrBuilder> |
getDependenciesOrBuilderList()
Charts that this chart depends on.
|
Any |
getFiles(int index)
Miscellaneous files in a chart archive,
e.g.
|
int |
getFilesCount()
Miscellaneous files in a chart archive,
e.g.
|
List<Any> |
getFilesList()
Miscellaneous files in a chart archive,
e.g.
|
AnyOrBuilder |
getFilesOrBuilder(int index)
Miscellaneous files in a chart archive,
e.g.
|
List<? extends AnyOrBuilder> |
getFilesOrBuilderList()
Miscellaneous files in a chart archive,
e.g.
|
MetadataOuterClass.Metadata |
getMetadata()
Contents of the Chartfile.
|
MetadataOuterClass.MetadataOrBuilder |
getMetadataOrBuilder()
Contents of the Chartfile.
|
TemplateOuterClass.Template |
getTemplates(int index)
Templates for this chart.
|
int |
getTemplatesCount()
Templates for this chart.
|
List<TemplateOuterClass.Template> |
getTemplatesList()
Templates for this chart.
|
TemplateOuterClass.TemplateOrBuilder |
getTemplatesOrBuilder(int index)
Templates for this chart.
|
List<? extends TemplateOuterClass.TemplateOrBuilder> |
getTemplatesOrBuilderList()
Templates for this chart.
|
ConfigOuterClass.Config |
getValues()
Default config for this template.
|
ConfigOuterClass.ConfigOrBuilder |
getValuesOrBuilder()
Default config for this template.
|
boolean |
hasMetadata()
Contents of the Chartfile.
|
boolean |
hasValues()
Default config for this template.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasMetadata()
Contents of the Chartfile.
.hapi.chart.Metadata metadata = 1;
MetadataOuterClass.Metadata getMetadata()
Contents of the Chartfile.
.hapi.chart.Metadata metadata = 1;
MetadataOuterClass.MetadataOrBuilder getMetadataOrBuilder()
Contents of the Chartfile.
.hapi.chart.Metadata metadata = 1;
List<TemplateOuterClass.Template> getTemplatesList()
Templates for this chart.
repeated .hapi.chart.Template templates = 2;
TemplateOuterClass.Template getTemplates(int index)
Templates for this chart.
repeated .hapi.chart.Template templates = 2;
int getTemplatesCount()
Templates for this chart.
repeated .hapi.chart.Template templates = 2;
List<? extends TemplateOuterClass.TemplateOrBuilder> getTemplatesOrBuilderList()
Templates for this chart.
repeated .hapi.chart.Template templates = 2;
TemplateOuterClass.TemplateOrBuilder getTemplatesOrBuilder(int index)
Templates for this chart.
repeated .hapi.chart.Template templates = 2;
List<ChartOuterClass.Chart> getDependenciesList()
Charts that this chart depends on.
repeated .hapi.chart.Chart dependencies = 3;
ChartOuterClass.Chart getDependencies(int index)
Charts that this chart depends on.
repeated .hapi.chart.Chart dependencies = 3;
int getDependenciesCount()
Charts that this chart depends on.
repeated .hapi.chart.Chart dependencies = 3;
List<? extends ChartOuterClass.ChartOrBuilder> getDependenciesOrBuilderList()
Charts that this chart depends on.
repeated .hapi.chart.Chart dependencies = 3;
ChartOuterClass.ChartOrBuilder getDependenciesOrBuilder(int index)
Charts that this chart depends on.
repeated .hapi.chart.Chart dependencies = 3;
boolean hasValues()
Default config for this template.
.hapi.chart.Config values = 4;
ConfigOuterClass.Config getValues()
Default config for this template.
.hapi.chart.Config values = 4;
ConfigOuterClass.ConfigOrBuilder getValuesOrBuilder()
Default config for this template.
.hapi.chart.Config values = 4;
List<Any> getFilesList()
Miscellaneous files in a chart archive, e.g. README, LICENSE, etc.
repeated .google.protobuf.Any files = 5;
Any getFiles(int index)
Miscellaneous files in a chart archive, e.g. README, LICENSE, etc.
repeated .google.protobuf.Any files = 5;
int getFilesCount()
Miscellaneous files in a chart archive, e.g. README, LICENSE, etc.
repeated .google.protobuf.Any files = 5;
List<? extends AnyOrBuilder> getFilesOrBuilderList()
Miscellaneous files in a chart archive, e.g. README, LICENSE, etc.
repeated .google.protobuf.Any files = 5;
AnyOrBuilder getFilesOrBuilder(int index)
Miscellaneous files in a chart archive, e.g. README, LICENSE, etc.
repeated .google.protobuf.Any files = 5;
Copyright © 2017–2018, microBean. All rights reserved.