Package io.kubernetes.client.proto
Interface V1Batch.JobListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1Batch.JobList,V1Batch.JobList.Builder
- Enclosing class:
- V1Batch
public static interface V1Batch.JobListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetItems(int index) items is the list of Jobs.intitems is the list of Jobs.items is the list of Jobs.getItemsOrBuilder(int index) items is the list of Jobs.List<? extends V1Batch.JobOrBuilder>items is the list of Jobs.Standard list metadata.Standard list metadata.booleanStandard list metadata.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMetadata
boolean hasMetadata()Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1; -
getMetadata
Meta.ListMeta getMetadata()Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1; -
getMetadataOrBuilder
Meta.ListMetaOrBuilder getMetadataOrBuilder()Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1; -
getItemsList
List<V1Batch.Job> getItemsList()items is the list of Jobs.
repeated .k8s.io.api.batch.v1.Job items = 2; -
getItems
items is the list of Jobs.
repeated .k8s.io.api.batch.v1.Job items = 2; -
getItemsCount
int getItemsCount()items is the list of Jobs.
repeated .k8s.io.api.batch.v1.Job items = 2; -
getItemsOrBuilderList
List<? extends V1Batch.JobOrBuilder> getItemsOrBuilderList()items is the list of Jobs.
repeated .k8s.io.api.batch.v1.Job items = 2; -
getItemsOrBuilder
items is the list of Jobs.
repeated .k8s.io.api.batch.v1.Job items = 2;
-