Interface ConfigMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConfigMetadata,ConfigMetadata.Builder
@Generated(value="protoc",
comments="annotations:ConfigMetadataOrBuilder.java.pb.meta")
public interface ConfigMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReason for why the config was set.com.google.protobuf.ByteStringReason for why the config was set.Identity of the last updater.com.google.protobuf.ByteStringIdentity of the last updater.com.google.protobuf.TimestampTime of the last update.com.google.protobuf.TimestampOrBuilderTime of the last update.booleanTime of the last update.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
-
getReason
-
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()Reason for why the config was set.
string reason = 1;- Returns:
- The bytes for reason.
-
getUpdateIdentity
String getUpdateIdentity()Identity of the last updater. Set by the request's identity field.
string update_identity = 2;- Returns:
- The updateIdentity.
-
getUpdateIdentityBytes
com.google.protobuf.ByteString getUpdateIdentityBytes()Identity of the last updater. Set by the request's identity field.
string update_identity = 2;- Returns:
- The bytes for updateIdentity.
-
hasUpdateTime
boolean hasUpdateTime()Time of the last update.
.google.protobuf.Timestamp update_time = 3;- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
com.google.protobuf.Timestamp getUpdateTime()Time of the last update.
.google.protobuf.Timestamp update_time = 3;- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()Time of the last update.
.google.protobuf.Timestamp update_time = 3;
-