public static interface Meta.ExportOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getExact()
Should the export be exact.
|
boolean |
getExport()
Should this value be exported.
|
boolean |
hasExact()
Should the export be exact.
|
boolean |
hasExport()
Should this value be exported.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasExport()
Should this value be exported. Export strips fields that a user can not specify.
optional bool export = 1;boolean getExport()
Should this value be exported. Export strips fields that a user can not specify.
optional bool export = 1;boolean hasExact()
Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.
optional bool exact = 2;boolean getExact()
Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.
optional bool exact = 2;Copyright © 2020. All rights reserved.