public static final class Service.TestCase extends com.google.protobuf.GeneratedMessageV3 implements Service.TestCaseOrBuilder
services.TestCase| Modifier and Type | Class and Description |
|---|---|
static class |
Service.TestCase.Builder
Protobuf type
services.TestCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ALLKEYS_FIELD_NUMBER |
static int |
ANCHORS_FIELD_NUMBER |
static int |
APPID_FIELD_NUMBER |
static int |
CAPTURED_FIELD_NUMBER |
static int |
CID_FIELD_NUMBER |
static int |
CREATED_FIELD_NUMBER |
static int |
DEPS_FIELD_NUMBER |
static int |
HTTPREQ_FIELD_NUMBER |
static int |
HTTPRESP_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
NOISE_FIELD_NUMBER |
static int |
UPDATED_FIELD_NUMBER |
static int |
URI_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAllKeys(java.lang.String key)
map<string, .services.StrArr> allKeys = 11; |
boolean |
containsAnchors(java.lang.String key)
map<string, .services.StrArr> anchors = 12; |
boolean |
equals(java.lang.Object obj) |
java.util.Map<java.lang.String,Service.StrArr> |
getAllKeys()
Deprecated.
|
int |
getAllKeysCount()
map<string, .services.StrArr> allKeys = 11; |
java.util.Map<java.lang.String,Service.StrArr> |
getAllKeysMap()
map<string, .services.StrArr> allKeys = 11; |
Service.StrArr |
getAllKeysOrDefault(java.lang.String key,
Service.StrArr defaultValue)
map<string, .services.StrArr> allKeys = 11; |
Service.StrArr |
getAllKeysOrThrow(java.lang.String key)
map<string, .services.StrArr> allKeys = 11; |
java.util.Map<java.lang.String,Service.StrArr> |
getAnchors()
Deprecated.
|
int |
getAnchorsCount()
map<string, .services.StrArr> anchors = 12; |
java.util.Map<java.lang.String,Service.StrArr> |
getAnchorsMap()
map<string, .services.StrArr> anchors = 12; |
Service.StrArr |
getAnchorsOrDefault(java.lang.String key,
Service.StrArr defaultValue)
map<string, .services.StrArr> anchors = 12; |
Service.StrArr |
getAnchorsOrThrow(java.lang.String key)
map<string, .services.StrArr> anchors = 12; |
java.lang.String |
getAppID()
string appID = 6; |
com.google.protobuf.ByteString |
getAppIDBytes()
string appID = 6; |
long |
getCaptured()
int64 captured = 4; |
java.lang.String |
getCID()
string CID = 5; |
com.google.protobuf.ByteString |
getCIDBytes()
string CID = 5; |
long |
getCreated()
int64 created = 2; |
static Service.TestCase |
getDefaultInstance() |
Service.TestCase |
getDefaultInstanceForType() |
Service.Dependency |
getDeps(int index)
repeated .services.Dependency Deps = 10; |
int |
getDepsCount()
repeated .services.Dependency Deps = 10; |
java.util.List<Service.Dependency> |
getDepsList()
repeated .services.Dependency Deps = 10; |
Service.DependencyOrBuilder |
getDepsOrBuilder(int index)
repeated .services.Dependency Deps = 10; |
java.util.List<? extends Service.DependencyOrBuilder> |
getDepsOrBuilderList()
repeated .services.Dependency Deps = 10; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Service.HttpReq |
getHttpReq()
.services.HttpReq HttpReq = 8; |
Service.HttpReqOrBuilder |
getHttpReqOrBuilder()
.services.HttpReq HttpReq = 8; |
Service.HttpResp |
getHttpResp()
.services.HttpResp HttpResp = 9; |
Service.HttpRespOrBuilder |
getHttpRespOrBuilder()
.services.HttpResp HttpResp = 9; |
java.lang.String |
getId()
string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
string id = 1; |
java.lang.String |
getNoise(int index)
repeated string noise = 13; |
com.google.protobuf.ByteString |
getNoiseBytes(int index)
repeated string noise = 13; |
int |
getNoiseCount()
repeated string noise = 13; |
com.google.protobuf.ProtocolStringList |
getNoiseList()
repeated string noise = 13; |
com.google.protobuf.Parser<Service.TestCase> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
long |
getUpdated()
int64 updated = 3; |
java.lang.String |
getURI()
string URI = 7; |
com.google.protobuf.ByteString |
getURIBytes()
string URI = 7; |
int |
hashCode() |
boolean |
hasHttpReq()
.services.HttpReq HttpReq = 8; |
boolean |
hasHttpResp()
.services.HttpResp HttpResp = 9; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static Service.TestCase.Builder |
newBuilder() |
static Service.TestCase.Builder |
newBuilder(Service.TestCase prototype) |
Service.TestCase.Builder |
newBuilderForType() |
protected Service.TestCase.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Service.TestCase |
parseDelimitedFrom(java.io.InputStream input) |
static Service.TestCase |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Service.TestCase |
parseFrom(byte[] data) |
static Service.TestCase |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Service.TestCase |
parseFrom(java.nio.ByteBuffer data) |
static Service.TestCase |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Service.TestCase |
parseFrom(com.google.protobuf.ByteString data) |
static Service.TestCase |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Service.TestCase |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Service.TestCase |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Service.TestCase |
parseFrom(java.io.InputStream input) |
static Service.TestCase |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Service.TestCase> |
parser() |
Service.TestCase.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ID_FIELD_NUMBER
public static final int CREATED_FIELD_NUMBER
public static final int UPDATED_FIELD_NUMBER
public static final int CAPTURED_FIELD_NUMBER
public static final int CID_FIELD_NUMBER
public static final int APPID_FIELD_NUMBER
public static final int URI_FIELD_NUMBER
public static final int HTTPREQ_FIELD_NUMBER
public static final int HTTPRESP_FIELD_NUMBER
public static final int DEPS_FIELD_NUMBER
public static final int ALLKEYS_FIELD_NUMBER
public static final int ANCHORS_FIELD_NUMBER
public static final int NOISE_FIELD_NUMBER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public java.lang.String getId()
string id = 1;getId in interface Service.TestCaseOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
string id = 1;getIdBytes in interface Service.TestCaseOrBuilderpublic long getCreated()
int64 created = 2;getCreated in interface Service.TestCaseOrBuilderpublic long getUpdated()
int64 updated = 3;getUpdated in interface Service.TestCaseOrBuilderpublic long getCaptured()
int64 captured = 4;getCaptured in interface Service.TestCaseOrBuilderpublic java.lang.String getCID()
string CID = 5;getCID in interface Service.TestCaseOrBuilderpublic com.google.protobuf.ByteString getCIDBytes()
string CID = 5;getCIDBytes in interface Service.TestCaseOrBuilderpublic java.lang.String getAppID()
string appID = 6;getAppID in interface Service.TestCaseOrBuilderpublic com.google.protobuf.ByteString getAppIDBytes()
string appID = 6;getAppIDBytes in interface Service.TestCaseOrBuilderpublic java.lang.String getURI()
string URI = 7;getURI in interface Service.TestCaseOrBuilderpublic com.google.protobuf.ByteString getURIBytes()
string URI = 7;getURIBytes in interface Service.TestCaseOrBuilderpublic boolean hasHttpReq()
.services.HttpReq HttpReq = 8;hasHttpReq in interface Service.TestCaseOrBuilderpublic Service.HttpReq getHttpReq()
.services.HttpReq HttpReq = 8;getHttpReq in interface Service.TestCaseOrBuilderpublic Service.HttpReqOrBuilder getHttpReqOrBuilder()
.services.HttpReq HttpReq = 8;getHttpReqOrBuilder in interface Service.TestCaseOrBuilderpublic boolean hasHttpResp()
.services.HttpResp HttpResp = 9;hasHttpResp in interface Service.TestCaseOrBuilderpublic Service.HttpResp getHttpResp()
.services.HttpResp HttpResp = 9;getHttpResp in interface Service.TestCaseOrBuilderpublic Service.HttpRespOrBuilder getHttpRespOrBuilder()
.services.HttpResp HttpResp = 9;getHttpRespOrBuilder in interface Service.TestCaseOrBuilderpublic java.util.List<Service.Dependency> getDepsList()
repeated .services.Dependency Deps = 10;getDepsList in interface Service.TestCaseOrBuilderpublic java.util.List<? extends Service.DependencyOrBuilder> getDepsOrBuilderList()
repeated .services.Dependency Deps = 10;getDepsOrBuilderList in interface Service.TestCaseOrBuilderpublic int getDepsCount()
repeated .services.Dependency Deps = 10;getDepsCount in interface Service.TestCaseOrBuilderpublic Service.Dependency getDeps(int index)
repeated .services.Dependency Deps = 10;getDeps in interface Service.TestCaseOrBuilderpublic Service.DependencyOrBuilder getDepsOrBuilder(int index)
repeated .services.Dependency Deps = 10;getDepsOrBuilder in interface Service.TestCaseOrBuilderpublic int getAllKeysCount()
Service.TestCaseOrBuildermap<string, .services.StrArr> allKeys = 11;getAllKeysCount in interface Service.TestCaseOrBuilderpublic boolean containsAllKeys(java.lang.String key)
map<string, .services.StrArr> allKeys = 11;containsAllKeys in interface Service.TestCaseOrBuilder@Deprecated public java.util.Map<java.lang.String,Service.StrArr> getAllKeys()
getAllKeysMap() instead.getAllKeys in interface Service.TestCaseOrBuilderpublic java.util.Map<java.lang.String,Service.StrArr> getAllKeysMap()
map<string, .services.StrArr> allKeys = 11;getAllKeysMap in interface Service.TestCaseOrBuilderpublic Service.StrArr getAllKeysOrDefault(java.lang.String key, Service.StrArr defaultValue)
map<string, .services.StrArr> allKeys = 11;getAllKeysOrDefault in interface Service.TestCaseOrBuilderpublic Service.StrArr getAllKeysOrThrow(java.lang.String key)
map<string, .services.StrArr> allKeys = 11;getAllKeysOrThrow in interface Service.TestCaseOrBuilderpublic int getAnchorsCount()
Service.TestCaseOrBuildermap<string, .services.StrArr> anchors = 12;getAnchorsCount in interface Service.TestCaseOrBuilderpublic boolean containsAnchors(java.lang.String key)
map<string, .services.StrArr> anchors = 12;containsAnchors in interface Service.TestCaseOrBuilder@Deprecated public java.util.Map<java.lang.String,Service.StrArr> getAnchors()
getAnchorsMap() instead.getAnchors in interface Service.TestCaseOrBuilderpublic java.util.Map<java.lang.String,Service.StrArr> getAnchorsMap()
map<string, .services.StrArr> anchors = 12;getAnchorsMap in interface Service.TestCaseOrBuilderpublic Service.StrArr getAnchorsOrDefault(java.lang.String key, Service.StrArr defaultValue)
map<string, .services.StrArr> anchors = 12;getAnchorsOrDefault in interface Service.TestCaseOrBuilderpublic Service.StrArr getAnchorsOrThrow(java.lang.String key)
map<string, .services.StrArr> anchors = 12;getAnchorsOrThrow in interface Service.TestCaseOrBuilderpublic com.google.protobuf.ProtocolStringList getNoiseList()
repeated string noise = 13;getNoiseList in interface Service.TestCaseOrBuilderpublic int getNoiseCount()
repeated string noise = 13;getNoiseCount in interface Service.TestCaseOrBuilderpublic java.lang.String getNoise(int index)
repeated string noise = 13;getNoise in interface Service.TestCaseOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getNoiseBytes(int index)
repeated string noise = 13;getNoiseBytes in interface Service.TestCaseOrBuilderindex - The index of the value to return.public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Service.TestCase parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Service.TestCase parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Service.TestCase parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Service.TestCase parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Service.TestCase parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Service.TestCase parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Service.TestCase parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Service.TestCase parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Service.TestCase parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Service.TestCase parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Service.TestCase parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Service.TestCase parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Service.TestCase.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Service.TestCase.Builder newBuilder()
public static Service.TestCase.Builder newBuilder(Service.TestCase prototype)
public Service.TestCase.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Service.TestCase.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Service.TestCase getDefaultInstance()
public static com.google.protobuf.Parser<Service.TestCase> parser()
public com.google.protobuf.Parser<Service.TestCase> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Service.TestCase getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder