public static interface ChartOuterClass.ChartOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
com.google.protobuf.Any |
getFiles(int index)
Miscellaneous files in a chart archive,
e.g.
|
int |
getFilesCount()
Miscellaneous files in a chart archive,
e.g.
|
List<com.google.protobuf.Any> |
getFilesList()
Miscellaneous files in a chart archive,
e.g.
|
com.google.protobuf.AnyOrBuilder |
getFilesOrBuilder(int index)
Miscellaneous files in a chart archive,
e.g.
|
List<? extends com.google.protobuf.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.
|
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<com.google.protobuf.Any> getFilesList()
Miscellaneous files in a chart archive, e.g. README, LICENSE, etc.
repeated .google.protobuf.Any files = 5;com.google.protobuf.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 com.google.protobuf.AnyOrBuilder> getFilesOrBuilderList()
Miscellaneous files in a chart archive, e.g. README, LICENSE, etc.
repeated .google.protobuf.Any files = 5;com.google.protobuf.AnyOrBuilder getFilesOrBuilder(int index)
Miscellaneous files in a chart archive, e.g. README, LICENSE, etc.
repeated .google.protobuf.Any files = 5;Copyright © 2019. All rights reserved.