Uses of Class
com.google.devtools.build.lib.starlarkdocextract.StardocOutputProtos.FunctionDeprecationInfo
Packages that use StardocOutputProtos.FunctionDeprecationInfo
-
Uses of StardocOutputProtos.FunctionDeprecationInfo in com.google.devtools.build.lib.starlarkdocextract
Methods in com.google.devtools.build.lib.starlarkdocextract that return StardocOutputProtos.FunctionDeprecationInfoModifier and TypeMethodDescriptionStardocOutputProtos.FunctionDeprecationInfo.Builder.build()StardocOutputProtos.FunctionDeprecationInfo.Builder.buildPartial()StardocOutputProtos.FunctionDeprecationInfo.getDefaultInstance()StardocOutputProtos.FunctionDeprecationInfo.Builder.getDefaultInstanceForType()StardocOutputProtos.FunctionDeprecationInfo.getDefaultInstanceForType()StardocOutputProtos.StarlarkFunctionInfo.Builder.getDeprecated()The deprecation for the function.StardocOutputProtos.StarlarkFunctionInfo.getDeprecated()The deprecation for the function.StardocOutputProtos.StarlarkFunctionInfoOrBuilder.getDeprecated()The deprecation for the function.StardocOutputProtos.FunctionDeprecationInfo.parseDelimitedFrom(InputStream input) StardocOutputProtos.FunctionDeprecationInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StardocOutputProtos.FunctionDeprecationInfo.parseFrom(byte[] data) StardocOutputProtos.FunctionDeprecationInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StardocOutputProtos.FunctionDeprecationInfo.parseFrom(com.google.protobuf.ByteString data) StardocOutputProtos.FunctionDeprecationInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StardocOutputProtos.FunctionDeprecationInfo.parseFrom(com.google.protobuf.CodedInputStream input) StardocOutputProtos.FunctionDeprecationInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StardocOutputProtos.FunctionDeprecationInfo.parseFrom(InputStream input) StardocOutputProtos.FunctionDeprecationInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StardocOutputProtos.FunctionDeprecationInfo.parseFrom(ByteBuffer data) StardocOutputProtos.FunctionDeprecationInfo.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.devtools.build.lib.starlarkdocextract that return types with arguments of type StardocOutputProtos.FunctionDeprecationInfoModifier and TypeMethodDescriptioncom.google.protobuf.Parser<StardocOutputProtos.FunctionDeprecationInfo>StardocOutputProtos.FunctionDeprecationInfo.getParserForType()static com.google.protobuf.Parser<StardocOutputProtos.FunctionDeprecationInfo>StardocOutputProtos.FunctionDeprecationInfo.parser()Methods in com.google.devtools.build.lib.starlarkdocextract with parameters of type StardocOutputProtos.FunctionDeprecationInfoModifier and TypeMethodDescriptionStardocOutputProtos.StarlarkFunctionInfo.Builder.mergeDeprecated(StardocOutputProtos.FunctionDeprecationInfo value) The deprecation for the function.StardocOutputProtos.FunctionDeprecationInfo.Builder.mergeFrom(StardocOutputProtos.FunctionDeprecationInfo other) StardocOutputProtos.FunctionDeprecationInfo.newBuilder(StardocOutputProtos.FunctionDeprecationInfo prototype) StardocOutputProtos.StarlarkFunctionInfo.Builder.setDeprecated(StardocOutputProtos.FunctionDeprecationInfo value) The deprecation for the function.