Enum TestDefinition.DocChange.Kind
Stay organized with collections
Save and categorize content based on your preferences.
public enum TestDefinition.DocChange.Kind extends Enum<TestDefinition.DocChange.Kind> implements ProtocolMessageEnum
Protobuf enum google.cloud.conformance.firestore.v1.DocChange.Kind
Implements
com.google.protobuf.ProtocolMessageEnum
Inherited Members
java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)
java.lang.Enum.clone()
java.lang.Enum.compareTo(E)
java.lang.Enum.equals(java.lang.Object)
java.lang.Enum.finalize()
java.lang.Enum.getDeclaringClass()
java.lang.Enum.hashCode()
java.lang.Enum.name()
java.lang.Enum.ordinal()
java.lang.Enum.toString()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Fields
Name | Description |
ADDED | ADDED = 1;
|
ADDED_VALUE | ADDED = 1;
|
KIND_UNSPECIFIED | KIND_UNSPECIFIED = 0;
|
KIND_UNSPECIFIED_VALUE | KIND_UNSPECIFIED = 0;
|
MODIFIED | MODIFIED = 3;
|
MODIFIED_VALUE | MODIFIED = 3;
|
REMOVED | REMOVED = 2;
|
REMOVED_VALUE | REMOVED = 2;
|
UNRECOGNIZED | |
Methods
Name | Description |
forNumber(int value) | |
getDescriptor() | |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | |
valueOf(String name) | |
values() | |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-10-24 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]