public static final class DebugInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DebugInfo.Builder> implements DebugInfoOrBuilder
Describes additional debugging info.Protobuf type
google.rpc.DebugInfo| 限定符和类型 | 方法和说明 |
|---|---|
DebugInfo.Builder |
addAllStackEntries(Iterable<String> values)
The stack trace entries indicating where the error occurred.
|
DebugInfo.Builder |
addStackEntries(String value)
The stack trace entries indicating where the error occurred.
|
DebugInfo.Builder |
addStackEntriesBytes(com.google.protobuf.ByteString value)
The stack trace entries indicating where the error occurred.
|
DebugInfo |
build() |
DebugInfo |
buildPartial() |
DebugInfo.Builder |
clear() |
DebugInfo.Builder |
clearDetail()
Additional debugging information provided by the server.
|
DebugInfo.Builder |
clearStackEntries()
The stack trace entries indicating where the error occurred.
|
DebugInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDetail()
Additional debugging information provided by the server.
|
com.google.protobuf.ByteString |
getDetailBytes()
Additional debugging information provided by the server.
|
String |
getStackEntries(int index)
The stack trace entries indicating where the error occurred.
|
com.google.protobuf.ByteString |
getStackEntriesBytes(int index)
The stack trace entries indicating where the error occurred.
|
int |
getStackEntriesCount()
The stack trace entries indicating where the error occurred.
|
com.google.protobuf.ProtocolStringList |
getStackEntriesList()
The stack trace entries indicating where the error occurred.
|
boolean |
isInitialized() |
DebugInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DebugInfo.Builder |
mergeFrom(DebugInfo other) |
DebugInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
DebugInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DebugInfo.Builder |
setDetail(String value)
Additional debugging information provided by the server.
|
DebugInfo.Builder |
setDetailBytes(com.google.protobuf.ByteString value)
Additional debugging information provided by the server.
|
DebugInfo.Builder |
setStackEntries(int index,
String value)
The stack trace entries indicating where the error occurred.
|
DebugInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newBuilderForField, setField, setRepeatedFieldfindInitializationErrors, getInitializationErrorString, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, toStringmergeDelimitedFrom, mergeDelimitedFrom, mergeFrompublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public DebugInfo.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<DebugInfo.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<DebugInfo.Builder>public DebugInfo getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic DebugInfo build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic DebugInfo buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic DebugInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<DebugInfo.Builder>public DebugInfo.Builder mergeFrom(DebugInfo other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<DebugInfo.Builder>public DebugInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<DebugInfo.Builder>IOExceptionpublic com.google.protobuf.ProtocolStringList getStackEntriesList()
The stack trace entries indicating where the error occurred.
repeated string stack_entries = 1;getStackEntriesList 在接口中 DebugInfoOrBuilderpublic int getStackEntriesCount()
The stack trace entries indicating where the error occurred.
repeated string stack_entries = 1;getStackEntriesCount 在接口中 DebugInfoOrBuilderpublic String getStackEntries(int index)
The stack trace entries indicating where the error occurred.
repeated string stack_entries = 1;getStackEntries 在接口中 DebugInfoOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getStackEntriesBytes(int index)
The stack trace entries indicating where the error occurred.
repeated string stack_entries = 1;getStackEntriesBytes 在接口中 DebugInfoOrBuilderindex - The index of the value to return.public DebugInfo.Builder setStackEntries(int index, String value)
The stack trace entries indicating where the error occurred.
repeated string stack_entries = 1;index - The index to set the value at.value - The stackEntries to set.public DebugInfo.Builder addStackEntries(String value)
The stack trace entries indicating where the error occurred.
repeated string stack_entries = 1;value - The stackEntries to add.public DebugInfo.Builder addAllStackEntries(Iterable<String> values)
The stack trace entries indicating where the error occurred.
repeated string stack_entries = 1;values - The stackEntries to add.public DebugInfo.Builder clearStackEntries()
The stack trace entries indicating where the error occurred.
repeated string stack_entries = 1;public DebugInfo.Builder addStackEntriesBytes(com.google.protobuf.ByteString value)
The stack trace entries indicating where the error occurred.
repeated string stack_entries = 1;value - The bytes of the stackEntries to add.public String getDetail()
Additional debugging information provided by the server.
string detail = 2;getDetail 在接口中 DebugInfoOrBuilderpublic com.google.protobuf.ByteString getDetailBytes()
Additional debugging information provided by the server.
string detail = 2;getDetailBytes 在接口中 DebugInfoOrBuilderpublic DebugInfo.Builder setDetail(String value)
Additional debugging information provided by the server.
string detail = 2;value - The detail to set.public DebugInfo.Builder clearDetail()
Additional debugging information provided by the server.
string detail = 2;public DebugInfo.Builder setDetailBytes(com.google.protobuf.ByteString value)
Additional debugging information provided by the server.
string detail = 2;value - The bytes for detail to set.public final DebugInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<DebugInfo.Builder>public final DebugInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<DebugInfo.Builder>Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.