public static interface Meta.GetOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getResourceVersion()
When specified:
- if unset, then the result is returned from remote storage based on quorum-read flag;
- if it's 0, then we simply return what we currently have in cache, no guarantee;
- if set to non zero, then the result is at least as fresh as given rv.
|
com.google.protobuf.ByteString |
getResourceVersionBytes()
When specified:
- if unset, then the result is returned from remote storage based on quorum-read flag;
- if it's 0, then we simply return what we currently have in cache, no guarantee;
- if set to non zero, then the result is at least as fresh as given rv.
|
boolean |
hasResourceVersion()
When specified:
- if unset, then the result is returned from remote storage based on quorum-read flag;
- if it's 0, then we simply return what we currently have in cache, no guarantee;
- if set to non zero, then the result is at least as fresh as given rv.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasResourceVersion()
When specified: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
optional string resourceVersion = 1;String getResourceVersion()
When specified: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
optional string resourceVersion = 1;com.google.protobuf.ByteString getResourceVersionBytes()
When specified: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
optional string resourceVersion = 1;Copyright © 2020. All rights reserved.